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