Gauge for WPF | ComponentOne
C1.WPF.Rendering Assembly / C1.WPF.Rendering Namespace / IRenderingEngine Interface / SetFill Method
Fill brush

In This Topic
    SetFill Method
    In This Topic
    Sets the fill brush.
    Syntax
    'Declaration
     
    Sub SetFill( _
       ByVal brush As Object _
    ) 
    void SetFill( 
       object brush
    )

    Parameters

    brush
    Fill brush
    See Also