Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / BevelBorder Class / Thickness Property


In This Topic
    Thickness Property (BevelBorder)
    In This Topic
    Gets the thickness of the border.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Thickness As Integer
    'Usage
     
    
    Dim instance As BevelBorder
    Dim value As Integer
     
    value = instance.Thickness
    public int Thickness {get;}
    See Also