Skip to main content

TdxImageSliderPreviewOptions.Indent Property

Specifies the padding around thumbnails (including images and captions), in pixels.

Declaration

property Indent: Integer read; write; default dxImageSliderThumbnailIndent;

Property Value

Type Default
Integer dxImageSliderThumbnailIndent

Remarks

The padding cannot be narrower than 5 pixels.

The default value of the Indent property is specified by the dxImageSliderThumbnailIndent global constant.

See Also