Class TextProperties
TextProperties class
Represents text properties such as: text size, color, style etc.
public sealed class TextProperties
Constructors
Name | Description |
---|
TextProperties(double) | Creates TextProperties object for the specified text size |
Properties
Name | Description |
---|
Color { get; set; } | Gets or sets text color. |
IsColorSpecified { get; } | Gets or sets a value that indicates whether the Color property is specified. |
IsTextSizeSpecified { get; } | Gets or sets a value that indicates whether the TextSize property is specified. |
TextSize { get; set; } | Gets or sets text size. |
See Also