LayoutGroup.CaptionOrientation Property
In This Article
Gets or sets the orientation of the group’s header. This is a dependency property.
Namespace: DevExpress.Xpf.Docking
Assembly: DevExpress.Xpf.Docking.v24.2.dll
NuGet Package: DevExpress.Wpf.Docking
#Declaration
public Orientation CaptionOrientation { get; set; }
#Property Value
Type | Description |
---|---|
Orientation | An Orientation value that specifies the orientation of the group’s header. |
#Remarks
Use this property to specify whether text in the group’s header must be oriented horizontally or vertically. To specify the location of the group’s header, use the inherited BaseLayoutItem.CaptionLocation property.
See Also