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


In This Topic
    newLoc Field
    In This Topic
    A variable to store new location.
    Syntax
    'Declaration
     
    
    Protected newLoc As PointF
    'Usage
     
    
    Dim instance As MoveResizeUndoAction
    Dim value As PointF
     
    value = instance.newLoc
     
    instance.newLoc = value
    protected PointF newLoc
    See Also