Back to Devexpress

BaseTile.Padding Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-basetile-64673e33.md

latest1.5 KB
Original Source

BaseTile.Padding Property

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.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public Padding Padding { get; set; }
vb
Public Property Padding As Padding

Property Value

TypeDescription
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

BaseTile Class

BaseTile Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace