Spread WinForms 15
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

Property Value

The rectangle which specifies the new location.
See Also