Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / Thickness Method


In This Topic
    Thickness Method
    In This Topic
    Sets the thickness for active legacy shape.
    Syntax
    'Declaration
     
    
    Public Shared Sub Thickness( _
       ByVal spread As FpSpread, _
       ByVal thickness As Single _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
    Dim thickness As Single
     
    DrawingToolbar.Thickness(spread, thickness)
    public static void Thickness( 
       FpSpread spread,
       float thickness
    )

    Parameters

    spread
    thickness
    See Also