ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine Interface / SetStroke Method
Native brush or argb color as integer.



In This Topic
    SetStroke Method
    In This Topic
    Sets the current stroke brush.
    Syntax
    'Declaration
     
    
    Sub SetStroke( _
       ByVal brush As Object _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim brush As Object
     
    instance.SetStroke(brush)
    void SetStroke( 
       object brush
    )
    void SetStroke( 
       Object^ brush
    ) 

    Parameters

    brush
    Native brush or argb color as integer.
    See Also