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


In This Topic
    BevelBorderType Enumeration
    In This Topic
    Specifies the type of beveled border.
    Syntax
    'Declaration
     
    
    Public Enum BevelBorderType 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BevelBorderType
    public enum BevelBorderType : System.Enum 
    Members
    MemberDescription
    Lowered[0] Draws a lowered beveled border
    Raised[1] Draws a raised beveled border
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             FarPoint.Win.BevelBorderType

    See Also