Spread Windows Forms 15.0
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / MoveResizeCancelEventArgs Class / Rectangle Property


In This Topic
    Rectangle Property (MoveResizeCancelEventArgs)
    In This Topic
    Gets the rectangle which specifies the new location.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Rectangle As RectangleF
    'Usage
     
    
    Dim instance As MoveResizeCancelEventArgs
    Dim value As RectangleF
     
    value = instance.Rectangle
    public RectangleF Rectangle {get;}

    Property Value

    The rectangle which specifies the new location.
    See Also