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.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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