Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / Transparency Method
The picture or group which contains a single picture to modify.
The transparency setting.


In This Topic
    Transparency Method
    In This Topic
    Creates a command that change color of the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function Transparency( _
       ByVal shape As IShape, _
       ByVal transparency As Double _
    ) As PictureCommand
    'Usage
     
    
    Dim shape As IShape
    Dim transparency As Double
    Dim value As PictureCommand
     
    value = PictureCommand.Transparency(shape, transparency)
    public static PictureCommand Transparency( 
       IShape shape,
       double transparency
    )

    Parameters

    shape
    The picture or group which contains a single picture to modify.
    transparency
    The transparency setting.
    See Also