Width Property
Width
Gets or sets the horizontal component of this SizeInt structure.
Declaration
public int Width { get; set; }
Public Property Width As Integer
Property Value
Type |
Description |
int |
The horizontal component of this SizeInt structure, typically measured in pixels.
|