Enum RotateDirection
The four different rotation direction of the organization chart.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum RotateDirection
Fields
Name | Description |
---|---|
BottomToTop | Layout from Bottom to Top. |
LeftToRight | Layout from Left to Right. |
RightToLeft | Layout from Right to Left. |
TopToBottom | Layout from Top to Bottom. |