DiagramControl.OrgChartLayoutTipOverDirection Property
In This Article
Specifies the direction of the org chart layout’s tip-over section. This is a dependency property.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public TipOverDirection OrgChartLayoutTipOverDirection { get; set; }
#Property Value
Type | Description |
---|---|
Tip |
A DevExpress. |
Available values:
Name | Description |
---|---|
Left |
The layout direction is left-to-right. |
Right |
The layout direction is right-to-left. |
#Remarks
The OrgChartLayoutDirection property specifies the direction of the org chart layout’s tree section.
See Also