A positive number that represents the width of the rectangle. The default is 0.
Syntax
'Declaration
Public Property Width As Double
'Usage
Dim instance As GcRect
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
See Also