ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / SetStroke Method
Native brush or ARGB color as integer.

In This Topic
    SetStroke Method (GraphicsRendering)
    In This Topic
    Sets the current stroke brush.
    Syntax
    'Declaration
     
    Public Overridable Sub SetStroke( _
       ByVal brush As System.Object _
    ) 
    public virtual void SetStroke( 
       System.object brush
    )

    Parameters

    brush
    Native brush or ARGB color as integer.
    See Also