RectangleEdgeFilter Enumeration
            A bit-field of flags for specifying rectangle edge filters.
            
            Syntax
[Flags()] public enum RectangleEdgeFilter : System.Enum
[Flags()] public enum class RectangleEdgeFilter : public System.Enum
Members
| Member | Description | 
|---|---|
| All | A binary constant representing all flag. | 
| BottomLeft | A binary constant representing the bottom left flag. | 
| BottomRight | A binary constant representing the bottom right flag. | 
| None | A binary constant representing the none flag. | 
| TopLeft | A binary constant representing the top left flag. | 
| TopRight | A binary constant representing the top right flag. | 
Inheritance Hierarchy
System.Object
   System.ValueType
      System.Enum
         Aveva.ApplicationFramework.Presentation.Utilities.RectangleEdgeFilter
Requirements
Target Platforms: Windows Server 2019 (64 bit), Windows Server 2016 R2 (64 bit), Windows 10 (64 bit)
See Also
                        
                    