Skip to main content

ITileContainerDefaultProperties.ActualItemPadding Property

Gets the actual margins common to all Tiles within the current TileContainer.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

Padding ActualItemPadding { get; }

Property Value

Type Description
Padding

A Padding structure that is the actual margins common to all Tiles within the current TileContainer.

Remarks

See the ITileContainerDefaultProperties.ItemPadding property to learn more.

See Also