Click or drag to resize

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
C#
[TypeConverterAttribute(typeof(PopupPagePositionConverter))]
public enum PopupPagePosition
Members
  Member nameValueDescription
ModeAppropriate0Specifies the popup is positioned appropriately for the mode and mode settings.
AboveNear1Specifies the popup is above the relative item and aligned to near edge.
AboveFar2Specifies the popup is above the relative item and aligned to far edge.
AboveMatch3Specifies the popup is above the relative item and same width as the relative item.
BelowNear4Specifies the popup is below the relative item and aligned to near edge.
BelowFar5Specifies the popup is below the relative item and aligned to far edge.
BelowMatch6Specifies the popup is below the relative item and same width as the relative item.
FarTop7Specifies the popup is to the far side of the relative item and aligned to the top edge.
FarBottom8Specifies the popup is to the far side of the relative item and aligned to the bottom edge.
FarMatch9Specifies the popup is to the far side of the relative item and same height as the relative item.
NearTop10Specifies the popup is to the near side of the relative item and aligned to the top edge.
NearBottom11Specifies the popup is to the near side of the relative item and aligned to the bottom edge.
NearMatch12Specifies the popup is to the near side of the relative item and same height as the relative item.
See Also