Back to Devexpress

ITabbedGroupDefaultProperties.TileContentMargin Property

windowsforms-devexpress-dot-xtrabars-dot-docking2010-dot-views-dot-windowsui-dot-itabbedgroupdefaultproperties-d33b3393.md

latest2.3 KB
Original Source

ITabbedGroupDefaultProperties.TileContentMargin Property

Gets or sets the margin for a group of tiles which serve as Document headers within this TabbedGroup.

Namespace : DevExpress.XtraBars.Docking2010.Views.WindowsUI

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
Padding? TileContentMargin { get; set; }
vb
Property TileContentMargin As Padding?

Property Value

TypeDescription
Nullable<Padding>

A Padding structure that is the tile content margin.

|

Remarks

Document headers can be presented either as tabs or as tiles depending on the ITabbedGroupDefaultProperties.HeaderStyle property. For tile headers, you can specify content margins via the TileContentMargin property. The image below illustrates the difference between tiles with different TileContentMargin property values.

See Also

How To: Create a TabbedGroup Container

ITabbedGroupDefaultProperties Interface

ITabbedGroupDefaultProperties Members

DevExpress.XtraBars.Docking2010.Views.WindowsUI Namespace