Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / ChildChangeUndoAction Class / newBounds Field


In This Topic
    newBounds Field
    In This Topic
    Specifies the new boundary for the child control
    Syntax
    'Declaration
     
    
    Protected newBounds As Rectangle
    'Usage
     
    
    Dim instance As ChildChangeUndoAction
    Dim value As Rectangle
     
    value = instance.newBounds
     
    instance.newBounds = value
    protected Rectangle newBounds
    See Also