ControlResizeSide Enumeration
Flags to define resizing side(s)
Syntax
[Flags()] public enum ControlResizeSide : System.Enum
[Flags()] public enum class ControlResizeSide : public System.Enum
Members
Member | Description |
---|---|
ResizeAll | A binary constant representing the resize all flag. |
ResizeBottom | A binary constant representing the resize bottom flag. |
ResizeLeft | A binary constant representing the resize left flag. |
ResizeNone | A binary constant representing the resize none flag. |
ResizeRight | A binary constant representing the resize right flag. |
ResizeTop | A binary constant representing the resize top flag. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.ControlResizeSide
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also