[]
The DataFilterCaptionGlyphStyle contains display attributes that determine the general appearance of the caption glyph on the screen.
public class DataFilterCaptionGlyphStyle : BaseC1FrameworkStyle
Name | Description |
---|---|
Collapsed | Gets style containing display attributes that determine the general appearance of the glyph on the screen in collapsed state. |
Expanded | Gets style containing display attributes that determine the general appearance of the glyph on the screen in expanded state. |
GlyphSize | Gets or sets the size of the glyph. |
GlyphType | Gets or sets the type of the caption glyph. |
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. |
Name | Description |
---|---|
ResetCollapsed() | |
ResetExpanded() | |
ResetGlyphSize() | Restores the default value of the GlyphSize property. |
ResetGlyphType() | Restores the default value of the GlyphType property. |
ResetMargins() | |
ResetPadding() | |
ShouldSerializeCollapsed() | |
ShouldSerializeExpanded() | |
ShouldSerializeGlyphSize() | Specifies whether to save the value of the GlyphSize property. |
ShouldSerializeGlyphType() | Specifies whether to save the value of the GlyphType property. |
ShouldSerializeMargins() | |
ShouldSerializePadding() |