WinForms

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

    Show / Hide Table of Contents

    Enum PopupRelativeAlignment

    Specifies the relative alignment of a popup child about its parent.

    Namespace: Syncfusion.Windows.Forms
    Assembly: Syncfusion.Shared.Base.dll
    Syntax
    public enum PopupRelativeAlignment

    Fields

    Name Description
    BottomLeft

    The child will be aligned to the parent's bottom-left corner and drawn downwards and to the right of the parent's left border.

    BottomRight

    The child will be aligned to the parent's bottom-right corner and drawn downwards and to the left of the parent's right border.

    Default

    Does not indicate any of the above alignments.

    LeftBottom

    The child will be aligned to the parent's bottom-left corner and drawn downwards and to the right of the parent.

    LeftTop

    The child will be aligned to the parent's top-left corner and drawn downwards and to the left of the parent.

    RightBottom

    The child will be aligned to the parent's bottom-right corner and drawn upwards and to the right of the parent.

    RightTop

    The child will be aligned to the parent's top-right corner and drawn downwards and to the right of the parent.

    TopLeft

    The child will be aligned to the parent's top-left corner and drawn upwards and to the right of the parent's left border.

    TopRight

    The child will be aligned to the parent's top-right corner and drawn upwards and to the left of the parent's right border.

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