BaseTile.Padding Property
In This Article
Gets or sets the amount of space between the content of the current Tile and its border.
Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI
Assembly: DevExpress.XtraBars.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Property Value
Type | Description |
---|---|
Padding | A Padding structure that specifies the amount of space between the content of the current Tile and its border. |
#Remarks
Padding is specified in the order Left, Top, Right, and Bottom.
See Also