| Visual Basic (Declaration) | |
|---|---|
Public Property ControlStyle As enumControlStyle | |
| C# | |
|---|---|
public enumControlStyle ControlStyle {get; set;} | |
Property Value
enumControlStyleBy setting this property, the control will set font and color properties consistent with the enumControlStyle Enumeration. Once these properties are set they can be modified to further refine the style or you can skip setting this property and manually set colors and fonts to achieve the style you are looking for. Once this property has been set, it will then revert to default. Setting this property to default has no effect on the control.