TcxButtonImageOptions.Layout Property
#Declaration
property Layout: TButtonLayout read; write; default blGlyphLeft;
#Property Value
Type | Default |
---|---|
TButton |
bl |
#Remarks
Options include:
Value | Image Position |
---|---|
bl | The image is displayed to the left of the caption. |
bl | The image is displayed to the right of the caption. |
bl | The image is displayed above the caption. |
bl | The image is displayed below the caption. |
The default value of the Layout property is blGlyphLeft.