TdxBarLargeButton.GlyphLayout Property
Determines the glyph layout on a button.
Declaration
property GlyphLayout; default glTop;
Property Value
Type | Default |
---|---|
TdxBarGlyphLayout | glTop |
Remarks
Use this property to set or get the glyph layout on a button. There are four different layouts:
Value | Description | Example |
---|---|---|
glBottom | Glyph positioned under text. | |
glLeft | Glyph positioned to the left of the text. | |
glRight | Glyph positioned to the right of the text. | |
glTop | Glyph positioned above the text. |
If the large button belongs to a submenu or sub item, the image is always drawn to the left of the caption.
See Also