ComponentOne Word for WinForms
C1.C1Word.4.5.2 Assembly / C1.C1Word Namespace / C1WordDocument Class / ShapeFillOpacity Method
The opacity in persents.

In This Topic
    ShapeFillOpacity Method
    In This Topic
    Set opacity for current Word/RTF shape.
    Syntax
    'Declaration
     
    Public Sub ShapeFillOpacity( _
       ByVal opacity As System.Integer _
    ) 
    public void ShapeFillOpacity( 
       System.int opacity
    )

    Parameters

    opacity
    The opacity in persents.
    See Also