Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetStrokePattern Method
Stroke pattern

In This Topic
    SetStrokePattern Method
    In This Topic
    Sets the stroke pattern.
    Syntax
    'Declaration
     
    Sub SetStrokePattern( _
       ByVal pattern() As Double _
    ) 
    void SetStrokePattern( 
       double[] pattern
    )

    Parameters

    pattern
    Stroke pattern
    See Also