Class BoxOrientation
The BoxOrientation specifies a vertical or horizontal line passing through one of the four edges or through the center of a box.
Inheritance
System.Object
BoxOrientation
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class BoxOrientation : Enum
Fields
Bottom
Bottom edge of the box.
Declaration
public const BoxOrientation Bottom
Field Value
| Type |
|---|
| BoxOrientation |
HCenter
Horizontal center.
Declaration
public const BoxOrientation HCenter
Field Value
| Type |
|---|
| BoxOrientation |
Left
Left edge of the box.
Declaration
public const BoxOrientation Left
Field Value
| Type |
|---|
| BoxOrientation |
Right
Right edge of the box.
Declaration
public const BoxOrientation Right
Field Value
| Type |
|---|
| BoxOrientation |
Top
Top edge of the box.
Declaration
public const BoxOrientation Top
Field Value
| Type |
|---|
| BoxOrientation |
VCenter
Vertical center.
Declaration
public const BoxOrientation VCenter
Field Value
| Type |
|---|
| BoxOrientation |