Width Property (Rectangle)
In This Topic
Gets or sets the width of this
Rect structure.
Syntax
'Declaration
Public Property Width As Double
'Usage
Dim instance As Rectangle
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
Property Value
The width of this
Rect structure.
See Also