Enum PopupRelativeAlignment
Specifies the relative alignment of a popup child about its parent.
Namespace: Syncfusion.WinForms.Core.Enums
Assembly: Syncfusion.Core.WinForms.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. |
Center | 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. |