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


In This Topic
    Gradient Method (ShapeActionsCommand)
    In This Topic
    Initializes a new instance of the ShapeActionsCommand class.
    Syntax
    'Declaration
     
    
    Public Shared Function Gradient( _
       ByVal drawingObjects() As Shape, _
       ByVal gradientPreset As ShapeActionsCommand.ShapeGradientPreset, _
       Optional ByVal isText As Boolean _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim drawingObjects() As Shape
    Dim gradientPreset As ShapeActionsCommand.ShapeGradientPreset
    Dim isText As Boolean
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Gradient(drawingObjects, gradientPreset, isText)

    Parameters

    drawingObjects
    gradientPreset
    isText
    See Also