Spread Windows Forms 17
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class
Members


In This Topic
    MoveResizeUndoAction Class
    In This Topic
    Represents an undo action for moving or resizing an object. Object could be a label, legend or plot area.
    Syntax
    'Declaration
     
    
    Public Class MoveResizeUndoAction 
       Inherits UndoAction
    'Usage
     
    
    Dim instance As MoveResizeUndoAction
    public class MoveResizeUndoAction : UndoAction 
    Inheritance Hierarchy

    System.Object
       FarPoint.Win.Chart.Action
          FarPoint.Win.Chart.UndoAction
             FarPoint.Win.Chart.MoveResizeUndoAction

    See Also