ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / IRendering Interface / SetStrokeThickness Method

In This Topic
    SetStrokeThickness Method (IRendering)
    In This Topic
    Sets the stroke thickness.
    Syntax
    'Declaration
     
    Sub SetStrokeThickness( _
       ByVal thickness As System.Double _
    ) 
    void SetStrokeThickness( 
       System.double thickness
    )

    Parameters

    thickness
    See Also