Spread Windows Forms 17
FarPoint.Win Assembly / FarPoint.Win Namespace / DoubleLineBorder Class / Thickness Property


In This Topic
    Thickness Property (DoubleLineBorder)
    In This Topic
    Gets the thickness of the double-line border in pixels (always set to 3).
    Syntax
    'Declaration
     
    
    Public Shadows ReadOnly Property Thickness As Integer
    'Usage
     
    
    Dim instance As DoubleLineBorder
    Dim value As Integer
     
    value = instance.Thickness
    public new int Thickness {get;}
    See Also