[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle.-ctor

TextStyle Constructor

TextStyle(string, Length, FontStyleEx, Color)

Initializes a new instance of the TextStyle class with the specified font family, font size, font style, and color.

Declaration
public TextStyle(string fontFamily, Length fontSize, FontStyleEx fontStyle, Color color)
Parameters
Type Name Description
string fontFamily

The font family.

Length fontSize

The font size.

FontStyleEx fontStyle

The font style.

Color color

The color of the font.