Skip to main content

TdxGalleryControlOptionsView.ContentOffset Property

Specifies the gallery’s internal offset (in pixels).

Declaration

property ContentOffset: TcxMargin read; write;

Property Value

Type
TcxMargin

Remarks

This property sets the distances between the control’s borders and content.

The image below shows how the control’s appearance changes when setting ContentOffset.Top to 20.

Default ContentOffset ContentOffset.Top = 20

The default value of the ContentOffset.All property is 1.

See Also