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

ITabbedGroupProperties.TileContentMargin Property

Gets or sets the content margin for all tile-styled Document headers within this WindowsUIView.

Namespace: DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly: DevExpress.XtraBars.v19.1.dll

Declaration

Padding TileContentMargin { get; set; }

Property Value

Type Description
Padding

A Padding structure that specifies the content margin for all tile-styled Document headers within this WindowsUIView.

Remarks

The TileContentMargin property specifies the tile content margin common to all TabbedGroup containers within this View. To override this property for individual TabbedGroups, use the ITabbedGroupDefaultProperties.TileContentMargin property instead. See this link for the details.

See Also