Skip to main content

TdxWheelPickerItems.Layout Property

Specifies how an image and text are aligned within the collection’s wheel items.

Declaration

property Layout: TButtonLayout read; write; default blGlyphTop;

Property Value

Type Default
TButtonLayout blGlyphTop

Remarks

Options include:

Value Description
blGlyphLeft The image is displayed to the left of the text.
blGlyphRight The image is displayed to the right of the text.
blGlyphTop The image is displayed above the text.
blGlyphBottom The image is displayed below the text.

The default value of the Layout property is blGlyphTop.

See Also