Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.UndoRedo Namespace / DeleteChildObjectUndoAction Class / bounds Field


In This Topic
bounds Field
In This Topic
Specifies the boundary of the child area
Syntax
'Declaration
 
Protected bounds As Rectangle
 
'Usage
 
Dim instance As DeleteChildObjectUndoAction
Dim value As Rectangle
 
value = instance.bounds
 
instance.bounds = value
See Also