OverlayAttachType Enumeration
Position of Overlay Window Group.
Syntax
public enum OverlayAttachType : System.Enum
public enum class OverlayAttachType : public System.Enum
Members
| Member | Description |
|---|---|
| Bottom | An enum constant representing the bottom option. |
| Left | An enum constant representing the left option. |
| LeftBottom | An enum constant representing the left bottom option. |
| None | An enum constant representing the none option. |
| Right | An enum constant representing the right option. |
| RightBottom | An enum constant representing the right bottom option. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.OverlayAttachType
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also