Skip to main content

TdxGalleryControlOptionsView.ContentOffsetItems Property

Specifies internal offset for items (in pixels).

Declaration

property ContentOffsetItems: TcxMargin read; write;

Property Value

Type
TcxMargin

Remarks

This property sets margins for items.

The image below shows how the control’s appearance changes when setting ContentOffsetItems.Left to 30.

Default ContentOffsetItems ContentOffsetItems.Left = 30

The default value of the ContentOffsetItems.All property is 6.

See Also