Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.DrawingSpace Namespace / DrawingToolbar Class / Move Method


In This Topic
    Move Method (DrawingToolbar)
    In This Topic
    Moves the active legacy shape.
    Syntax
    'Declaration
     
    
    Public Shared Sub Move( _
       ByVal spread As FpSpread, _
       ByVal direction As String _
    ) 
    'Usage
     
    
    Dim spread As FpSpread
    Dim direction As String
     
    DrawingToolbar.Move(spread, direction)
    public static void Move( 
       FpSpread spread,
       string direction
    )

    Parameters

    spread
    direction
    See Also