Gets or sets the horizontal component of this
Size structure.
'Declaration
Public Property Width As Double
'Usage
Dim instance As Size
Dim value As Double
instance.Width = value
value = instance.Width
public double Width {get; set;}
Property Value
The horizontal component of this
Size structure, typically measured in pixels.