Class BorderPosition
Specifies the position and the manner in which the control will be laid out by the BorderLayout.
Inheritance
System.Object
BorderPosition
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Shared.Base.dll
Syntax
public sealed class BorderPosition : Enum
Fields
Center
The control is resized to fit the area between the controls laid out in the other borders.
Declaration
public const BorderPosition Center
Field Value
| Type |
|---|
| BorderPosition |
East
The control's right edge is docked to the right edge of its containing control.
Declaration
public const BorderPosition East
Field Value
| Type |
|---|
| BorderPosition |
None
The control is not laid out.
Declaration
public const BorderPosition None
Field Value
| Type |
|---|
| BorderPosition |
North
The control's top edge is docked to the top of its containing control.
Declaration
public const BorderPosition North
Field Value
| Type |
|---|
| BorderPosition |
South
The control's bottom edge is docked to the bottom of its containing control.
Declaration
public const BorderPosition South
Field Value
| Type |
|---|
| BorderPosition |
West
The control's left edge is docked to the left edge of its containing control.
Declaration
public const BorderPosition West
Field Value
| Type |
|---|
| BorderPosition |