Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / PictureCommand Class / ResetStyle Method
Indicate that size should be reset.
The pictures or group which contain pictures to modify.


In This Topic
    ResetStyle Method (PictureCommand)
    In This Topic
    Creates a command that clear all custom effects/settings from the picture.
    Syntax
    'Declaration
     
    
    Public Shared Function ResetStyle( _
       ByVal resetSize As Boolean, _
       ByVal ParamArray shapes() As IShape _
    ) As PictureCommand
    'Usage
     
    
    Dim resetSize As Boolean
    Dim shapes() As IShape
    Dim value As PictureCommand
     
    value = PictureCommand.ResetStyle(resetSize, shapes)
    public static PictureCommand ResetStyle( 
       bool resetSize,
       params IShape[] shapes
    )

    Parameters

    resetSize
    Indicate that size should be reset.
    shapes
    The pictures or group which contain pictures to modify.
    See Also