Gets or sets the width of this
Rectangle structure.
public int Width {get; set;}
'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.