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