TdxWheelPickerItems.Layout Property
In This Article
#Declaration
Delphi
property Layout: TButtonLayout read; write; default blGlyphTop;
#Property Value
Type | Default |
---|---|
TButton |
bl |
#Remarks
Options include:
Value | Description |
---|---|
bl |
The image is displayed to the left of the text. |
bl |
The image is displayed to the right of the text. |
bl |
The image is displayed above the text. |
bl |
The image is displayed below the text. |
The default value of the Layout property is blGlyphTop.
See Also