Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeUndoAction Class / oldSize Field


In This Topic
    oldSize Field
    In This Topic
    A variable to store old size.
    Syntax
    'Declaration
     
    
    Protected oldSize As SizeF
    'Usage
     
    
    Dim instance As MoveResizeUndoAction
    Dim value As SizeF
     
    value = instance.oldSize
     
    instance.oldSize = value
    protected SizeF oldSize
    See Also