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

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

Declaration

public Padding Padding { get; set; }

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