Skip to main content
A newer version of this page is available. .

TileControl.DefaultItemPadding Property

Returns the default tile padding.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public static Padding DefaultItemPadding { get; }

Property Value

Type Description
Padding

The 12, 8, 12, 8 padding structure.

Remarks

To modify tile padding use the TileControl.ItemPadding property. To obtain default padding settings, use the static DefaultItemPadding property.

See Also