Skip to main content

TdxGalleryControlOptionsItemText.Position Property

Specifies the item text (caption and description) position relative to the item image.

Declaration

property Position: TcxPosition read; write; default posNone;

Property Value

Type Default
TcxPosition posNone

Remarks

Options include:

Value Description
posBottom The text is displayed below the image.
posLeft The text is displayed to the left of the image.
posNone The text is hidden.
posRight The text is aligned to the right of the image.
posTop The text is displayed above the image.

The default value of the ItemTextPosition property is posNone.

See Also