Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetStrokeThickness Method
Stroke thickness

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

    Parameters

    thickness
    Stroke thickness
    See Also