ComponentOne Excel for .NET
C1.Excel Assembly / C1.Util Namespace / GraphicsRendering Class / SetOpacity Method
Opacity (from 1 to 0).

In This Topic
    SetOpacity Method (GraphicsRendering)
    In This Topic
    Changes the brush opacity.
    Syntax
    'Declaration
     
    Public Overridable Sub SetOpacity( _
       ByVal opacity As System.Double _
    ) 
    public virtual void SetOpacity( 
       System.double opacity
    )

    Parameters

    opacity
    Opacity (from 1 to 0).
    See Also