DiagramControl.OptionsMindMapTreeLayout Property
Contains options that control the mind-map tree layout.
Namespace: DevExpress.XtraDiagram
Assembly: DevExpress.XtraDiagram.v24.1.dll
NuGet Package: DevExpress.Win.Diagram
Declaration
[DXCategory("Options")]
public DiagramOptionsMindMapTreeLayout OptionsMindMapTreeLayout { get; }
Property Value
Type | Description |
---|---|
DiagramOptionsMindMapTreeLayout | A DiagramOptionsMindMapTreeLayout object. |
Remarks
To learn more, see Automatic Layout.
See Also