ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / SvgRendering Class / SetStrokePattern Method

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

    Parameters

    pattern
    See Also