WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum BorderPosition

    Show / Hide Table of Contents

    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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved