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