Enum BoxOrientation
The BoxOrientation specifies a vertical or horizontal line passing through one of the four edges or through the center of a box.
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public enum BoxOrientation
Fields
Name | Description |
---|---|
Bottom | Bottom edge of the box. |
HCenter | Horizontal center. |
Left | Left edge of the box. |
Right | Right edge of the box. |
Top | Top edge of the box. |
VCenter | Vertical center. |