Enum Position
To specify position.
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public enum Position
Fields
| Name | Description |
|---|---|
| BottomCenter | To specify the position as BottomCenter |
| BottomLeft | To specify the position as BottomLeft |
| BottomRight | To specify the position as BottomRight |
| Center | To specify the position as Center |
| Default | To specify the position as Default |
| MidLeft | To specify the position as MidLeft |
| MidRight | To specify the position as MidRight |
| TopCenter | To specify the position as TopCenter |
| TopLeft | To specify the position as TopLeft |
| TopRight | To specify the position as TopRight |