TdxBarLargeButton.GlyphLayout Property
In This Article
Determines the glyph layout on a button.
#Declaration
Delphi
property GlyphLayout; default glTop;
#Property Value
Type | Default |
---|---|
Tdx |
gl |
#Remarks
Use this property to set or get the glyph layout on a button. There are four different layouts:
Value | Description | Example |
---|---|---|
gl |
Glyph positioned under text. | ![]() |
gl |
Glyph positioned to the left of the text. | ![]() |
gl |
Glyph positioned to the right of the text. | ![]() |
gl |
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