[]
The CheckBoxGlyphStyle class represents the glyph element style of a checkbox.
public class CheckBoxGlyphStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| Checked | Gets style containing display attributes that determine the general appearance of the glyph element in the checked state. |
| Unchecked | Gets style containing display attributes that determine the general appearance of the glyph element in the unchecked state. |
| Name | Description |
|---|---|
| ResetChecked() | Restores the default value of the Checked property. |
| ResetUnchecked() | Restores the default value of the Unchecked property. |
| ShouldSerializeChecked() | Specifies whether to save the value of the Checked property. |
| ShouldSerializeUnchecked() | Specifies whether to save the value of the Unchecked property. |