Enum BoxPosition
Specifies one of nine relative positions on a box.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum BoxPosition
Fields
Name | Description |
---|---|
BottomCenter | Bottom center point of the box. |
BottomLeft | Bottom left point of the box. |
BottomRight | Bottom right point of the box. |
Center | Center of the box. |
MiddleLeft | Middle left point of the box. |
MiddleRight | Middle left point of the box. |
TopCenter | Top center point of the box. |
TopLeft | Top left point of the box. |
TopRight | Top right point of the box. |