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