Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / Rect Enumeration


In This Topic
    Rect Enumeration
    In This Topic
    Internal use only.
    Syntax
    'Declaration
     
    
    Public Enum Rect 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As Rect
    public enum Rect : System.Enum 
    Members
    MemberDescription
    bottomBottom.
    leftLeft.
    rightRight.
    topTop.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.Rect

    See Also