Enum LabelPositions
To specify the label position.
Namespace: Syncfusion.Windows.Forms.TreeMap
Assembly: Syncfusion.TreeMap.Windows.dll
Syntax
public enum LabelPositions
Fields
| Name | Description |
|---|---|
| BottomCenter | To specify the label position as BottomCenter |
| BottomLeft | To specify the label position as BottomLeft |
| BottomRight | To specify the label position as BottomRight |
| Center | To specify the label position as Center |
| CenterLeft | To specify the label position as CenterLeft |
| CenterRight | To specify the label position as CenterRight |
| TopCenter | To specify the label position as TopLeft |
| TopLeft | To specify the label position as TopLeft |
| TopRight | To specify the label position as TopRight |