[]
DataFilterCheckBoxGlyphStyle contains display attributes that determine the general appearance of the caption glyph on the screen.
public class DataFilterCheckBoxGlyphStyle : BaseC1FrameworkStyle
| Name | Description |
|---|---|
| Checked | Gets style containing display attributes that determine the general appearance of check box on the screen in checked state. |
| GlyphSize | Gets or sets the size of the glyph. |
| Indeterminate | Gets style containing display attributes that determine the general appearance of check box on the screen in Indeterminate state. |
| Margins | Gets or sets the thickness of the margins around the element. |
| Padding | Gets or sets the thickness of the padding between the element edges and its content. |
| Unchecked | Gets style containing display attributes that determine the general appearance of check box on the screen in unchecked state. |
| Name | Description |
|---|---|
| ResetChecked() | |
| ResetGlyphSize() | Restores the default value of the GlyphSize property. |
| ResetIndeterminate() | |
| ResetMargins() | |
| ResetPadding() | |
| ResetUnchecked() | |
| ShouldSerializeChecked() | |
| ShouldSerializeGlyphSize() | Specifies whether to save the value of the GlyphSize property. |
| ShouldSerializeIndeterminate() | |
| ShouldSerializeMargins() | |
| ShouldSerializePadding() | |
| ShouldSerializeUnchecked() |