Class
TextPropertiesError

Errors text properties

Definition

Constructors

TextPropertiesError()

Declaration

cs-api-definition
public TextPropertiesError()

Properties

Color

Specifies the text color property

Declaration

cs-api-definition
[TypeConverter(typeof(ColorConverter))]
[SkinnableProperty]
public override Color Color { get; set; }

Property Value

Color

Overrides TextProperties.Color

Font

Specifies the text font properties

Declaration

cs-api-definition
[TypeConverter(typeof(FontConverter))]
[SkinnableProperty]
public override Font Font { get; set; }

Property Value

Font

Overrides TextProperties.Font

Remarks

Default value is Verdana, 10pt, style=Bold