[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.Rendering.Components.Dashboard.TextStyle

TextStyle Class

Represents the type of text style.

Inheritance
TextStyle
Namespace: GrapeCity.ActiveReports.Rendering.Components.Dashboard
Assembly: MESCIUS.ActiveReports.Core.Rendering.dll
Syntax
public class TextStyle

Constructors

Name Description
TextStyle(string, Length, FontStyleEx, Color)

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

Fields

Name Description
FontColorPropertyName
FontFamilyPropertyName
FontSizePropertyName
FontStylePropertyName

Properties

Name Description
FontColor

Gets the color used to draw the text.

FontFamily

Gets the font family.

FontSize

Gets the font size measured in points.

FontStyle

Gets the font style.

Methods

Name Description
Parse(IPropertyBag, string, TextStyle)

Collects TextStyle instance from IPropertyBag using the given substitution.

Extension Methods