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