Class BoxPosition
Specifies one of nine relative positions on a box.
Inheritance
System.Object
BoxPosition
Namespace: Syncfusion.Windows.Forms.Diagram
Assembly: Syncfusion.Diagram.Base.dll
Syntax
public sealed class BoxPosition : Enum
Fields
BottomCenter
Bottom center point of the box.
Declaration
public const BoxPosition BottomCenter
Field Value
| Type |
|---|
| BoxPosition |
BottomLeft
Bottom left point of the box.
Declaration
public const BoxPosition BottomLeft
Field Value
| Type |
|---|
| BoxPosition |
BottomRight
Bottom right point of the box.
Declaration
public const BoxPosition BottomRight
Field Value
| Type |
|---|
| BoxPosition |
Center
Center of the box.
Declaration
public const BoxPosition Center
Field Value
| Type |
|---|
| BoxPosition |
MiddleLeft
Middle left point of the box.
Declaration
public const BoxPosition MiddleLeft
Field Value
| Type |
|---|
| BoxPosition |
MiddleRight
Middle left point of the box.
Declaration
public const BoxPosition MiddleRight
Field Value
| Type |
|---|
| BoxPosition |
TopCenter
Top center point of the box.
Declaration
public const BoxPosition TopCenter
Field Value
| Type |
|---|
| BoxPosition |
TopLeft
Top left point of the box.
Declaration
public const BoxPosition TopLeft
Field Value
| Type |
|---|
| BoxPosition |
TopRight
Top right point of the box.
Declaration
public const BoxPosition TopRight
Field Value
| Type |
|---|
| BoxPosition |