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

ITileContainerDefaultProperties.ActualItemPadding Property

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

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

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