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