[]
The CheckBoxStyle class represents the checkbox element style.
public class CheckBoxStyle : BaseC1FrameworkStyle, INotifyPropertyChanged, IDisposable
Name | Description |
---|---|
Border | Gets or sets the thickness of the border around the element. |
Glyph | Gets style containing display attributes that determine the general appearance of the glyph. |
Text | Gets style containing display attributes that determine the general appearance of the text. |
Name | Description |
---|---|
ResetBorder() | Restores the default value of the Border property. |
ResetGlyph() | Restores the default value of the Glyph property. |
ResetText() | Restores the default value of the Text property. |
ShouldSerializeBorder() | Specifies whether to save the value of the Border property. |
ShouldSerializeGlyph() | Specifies whether to save the value of the Glyph property. |
ShouldSerializeText() | Specifies whether to save the value of the Text property. |