Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Chart Namespace / IRenderEngine Interface / SetOpacity Method
Brush object
Opacity

In This Topic
    SetOpacity Method (IRenderEngine)
    In This Topic
    Changes the brush opacity.
    Syntax
    'Declaration
     
    
    Function SetOpacity( _
       ByVal brush As Object, _
       ByVal opacity As Double _
    ) As Object
    object SetOpacity( 
       object brush,
       double opacity
    )

    Parameters

    brush
    Brush object
    opacity
    Opacity

    Return Value

    Brush object
    See Also