TdxWheelPickerItem.Text Property
Specifies the wheel item’s text.
Declaration
property Text: string read; write;
Property Value
Type |
---|
string |
Remarks
The text always spans one line and is aligned with the image provided using the Glyph or ImageIndex property as specified by a wheel’s Items.Layout property. Use the following properties to adjust the width and height of wheel items:
A wheel’s Width property;
The wheel picker editor’s Properties.WheelAutoWidth, Properties.LineHeight, and Properties.LineAutoHeight properties (affect all wheels).
See Also