TileControl.DefaultItemPadding Property
In This Article
Returns the default tile padding.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#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