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