Skip to main content

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

NuGet Package: DevExpress.Win.Navigation

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