[]
The CheckBoxBaseStyles class represents the styles for the C1CheckBox or C1RadioButton controls which contains display attributes that determine the appearance of controls.
public abstract class CheckBoxBaseStyles : FocusedBaseStyles, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
Button | Gets style containing display attributes that determine the general appearance of the element in the button appearance. |
Normal | Gets style containing display attributes that determine the general appearance of the element in the normal appearance. |
Name | Description |
---|---|
ResetButton() | Restores the default value of the Button property. |
ResetNormal() | Restores the default value of the Normal property. |
ShouldSerializeButton() | Specifies whether to save the value of the Button property. |
ShouldSerializeNormal() | Specifies whether to save the value of the Normal property. |