GrapeCity.Drawing Namespace / Rect Structure / Width Property


In This Topic
Width Property (Rect)
In This Topic
Gets or sets the width of this Rectangle structure.
Syntax
'Declaration
 
Public Property Width As Integer
 
'Usage
 
Dim instance As Rect
Dim value As Integer
 
instance.Width = value
 
value = instance.Width

Property Value

The width of this Rectangle structure.
See Also