LayoutDirection Enumeration
Enumeration used to define how the tools within the group are arranged.
Syntax
public enum LayoutDirection : System.Enum
public enum class LayoutDirection : public System.Enum
Members
| Member | Description |
|---|---|
| Horizontal | The tools are arranged into a series of rows of tools. |
| Vertical | The tools are arranged in columns. |
Inheritance Hierarchy
System.Object
System.ValueType
System.Enum
Aveva.ApplicationFramework.Presentation.LayoutDirection
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also