Class RootChildDirection
Specifies the direction for the immediate children of the root node in the mind-map tree layout.
Inheritance
System.Object
RootChildDirection
Namespace: Syncfusion.UI.Xaml.Diagram.Layout
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class RootChildDirection : Enum
Fields
Bottom
Specifies the branch should be positioned in bottom direction.
Declaration
public const RootChildDirection Bottom
Field Value
Type |
---|
RootChildDirection |
Remarks
Bootom direction is supported only for vertical orientation.
Left
Specifies the branch should be positioned in left direction.
Declaration
public const RootChildDirection Left
Field Value
Type |
---|
RootChildDirection |
Remarks
Left direction is supported only for horizontal orientation.
Right
Specifies the branch should be positioned in right direction.
Declaration
public const RootChildDirection Right
Field Value
Type |
---|
RootChildDirection |
Remarks
Right direction is supported only for horizontal orientation.
Top
Specifies the branch should be positioned in top direction.
Declaration
public const RootChildDirection Top
Field Value
Type |
---|
RootChildDirection |
Remarks
Top direction is supported only for vertical orientation.