Back to Devexpress

TdxBarLargeButton.GlyphLayout Property

vcl-dxbar-dot-tdxbarlargebutton.md

latest1.1 KB
Original Source

TdxBarLargeButton.GlyphLayout Property

Determines the glyph layout on a button.

Declaration

delphi
property GlyphLayout; default glTop;

Property Value

TypeDefault
TdxBarGlyphLayoutglTop

Remarks

Use this property to set or get the glyph layout on a button. There are four different layouts:

ValueDescriptionExample
glBottomGlyph positioned under text.
glLeftGlyph positioned to the left of the text.
glRightGlyph positioned to the right of the text.
glTopGlyph 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

TdxBarLargeButton Class

TdxBarLargeButton Members

dxBar Unit