TdxImageSliderPreviewOptions.Position Property
Specifies the visibility and display position of the preview panel.
Declaration
property Position: TcxPosition read; write; default posNone;
Property Value
Type | Default |
---|---|
TcxPosition | posNone |
Remarks
Options include:
Value | Description |
---|---|
posNone | The preview panel is hidden. |
posLeft | The preview panel is vertically oriented and is positioned at the left edge of the image slider control. |
posRight | The preview panel is vertically oriented and is positioned at the right edge of the image slider control. |
posTop | The preview panel is horizontally oriented and is positioned at the top edge of the image slider control. |
posBottom | The preview panel is horizontally oriented and is positioned at the bottom edge of the image slider control. |
The default value of the Position property is posNone.
See Also