ComponentOne Word for UWP
C1.UWP.Word Assembly / C1.Xaml.Word 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 Integer _
    ) 
    public void ShapeFillOpacity( 
       int opacity
    )

    Parameters

    opacity
    The opacity in persents.
    See Also