DiagramOptionsMindMapTreeLayout.Orientation Property
Specifies the mind-map tree orientation.
Namespace: DevExpress.XtraDiagram.Options
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DefaultValue(Orientation.Horizontal)]
[DiagramCategory(DiagramCategory.Layout)]
public virtual Orientation Orientation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Orientation | Horizontal | A System.Windows.Forms.Orientation enumeration value. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to Orientation |
---|---|
DiagramControl |
|
See Also