AVEVA CAF API Documenation

CloseDirection Enumeration
Values that represent close directions.
Syntax
public enum CloseDirection : System.Enum 
public enum class CloseDirection : public System.Enum 
Members
MemberDescription
None An enum constant representing the none option.
ToBottom An enum constant representing to bottom option.
ToLeft An enum constant representing to left option.
ToRight An enum constant representing to right option.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Aveva.ApplicationFramework.Presentation.CloseDirection

Requirements

Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)

See Also