PopupPagePosition Enumeration |
Specifies how to auto calculate the popup page position.
Namespace:
Internal.ComponentFactory.Krypton.Navigator
Assembly:
NeoAxis.Core.Editor (in NeoAxis.Core.Editor.dll) Version: 2024.1.1.0 (2024.1.1.0)
Syntax [TypeConverterAttribute(typeof(PopupPagePositionConverter))]
public enum PopupPagePosition
Members
| Member name | Value | Description |
---|
| ModeAppropriate | 0 | Specifies the popup is positioned appropriately for the mode and mode settings. |
| AboveNear | 1 | Specifies the popup is above the relative item and aligned to near edge. |
| AboveFar | 2 | Specifies the popup is above the relative item and aligned to far edge. |
| AboveMatch | 3 | Specifies the popup is above the relative item and same width as the relative item. |
| BelowNear | 4 | Specifies the popup is below the relative item and aligned to near edge. |
| BelowFar | 5 | Specifies the popup is below the relative item and aligned to far edge. |
| BelowMatch | 6 | Specifies the popup is below the relative item and same width as the relative item. |
| FarTop | 7 | Specifies the popup is to the far side of the relative item and aligned to the top edge. |
| FarBottom | 8 | Specifies the popup is to the far side of the relative item and aligned to the bottom edge. |
| FarMatch | 9 | Specifies the popup is to the far side of the relative item and same height as the relative item. |
| NearTop | 10 | Specifies the popup is to the near side of the relative item and aligned to the top edge. |
| NearBottom | 11 | Specifies the popup is to the near side of the relative item and aligned to the bottom edge. |
| NearMatch | 12 | Specifies the popup is to the near side of the relative item and same height as the relative item. |
See Also