Spread WinForms 15
FarPoint.Win Assembly / FarPoint.Win Namespace / LayoutablePicture Class / Bounds Property


In This Topic
Bounds Property (LayoutablePicture)
In This Topic
Gets or sets the bounds.
Syntax
'Declaration
 
Public Property Bounds As Rectangle
 
'Usage
 
Dim instance As LayoutablePicture
Dim value As Rectangle
 
instance.Bounds = value
 
value = instance.Bounds

Property Value

The bounds.
See Also