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