Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Effects Method


In This Topic
    Effects Method
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Shared Function Effects( _
       ByVal drawingObjects() As Shape, _
       Optional ByVal shadowType As Nullable(Of ShadowType), _
       Optional ByVal reflectionType As Nullable(Of ReflectionType), _
       Optional ByVal softEdgeType As Nullable(Of SoftEdgeType), _
       Optional ByVal isText As Boolean _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim shadowType As Nullable(Of ShadowType)
    Dim reflectionType As Nullable(Of ReflectionType)
    Dim softEdgeType As Nullable(Of SoftEdgeType)
    Dim isText As Boolean
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Effects(drawingObjects, shadowType, reflectionType, softEdgeType, isText)

    Parameters

    drawingObjects
    shadowType
    reflectionType
    softEdgeType
    isText
    See Also