[]
Represents the type of text style.
public class TextStyle
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. |
Name | Description |
---|---|
FontColorPropertyName | |
FontFamilyPropertyName | |
FontSizePropertyName | |
FontStylePropertyName |
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. |
Name | Description |
---|---|
Parse(IPropertyBag, string, TextStyle) | Collects TextStyle instance from IPropertyBag using the given substitution. |