Skip to main content

TdxTileControlCustomItem.Margins Property

Specifies the tile’s content margins.

Declaration

property Margins: TcxMargin read; write;

Property Value

Type
TcxMargin

Remarks

To learn about these settings, refer to the TcxMargin class description.

Note

To postpone immediate repainting of the tile control in response to Margins property set changes, enclose the code that performs bulk modifications within the BeginUpdate/EndUpdate method blocks.

See Also