Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / Type Property


In This Topic
    Type Property (BevelBorder)
    In This Topic
    Gets the type of beveling for the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As BevelBorderType
    'Usage
     
    
    Dim instance As BevelBorder
    Dim value As BevelBorderType
     
    value = instance.Type
    public BevelBorderType Type {get;}
    See Also