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