Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / Size Structure / Height Property


In This Topic
Height Property (Size)
In This Topic
Gets or sets the vertical component of this Size structure.
Syntax
'Declaration
 
Public Property Height As Double
 
'Usage
 
Dim instance As Size
Dim value As Double
 
instance.Height = value
 
value = instance.Height

Property Value

The vertical component of this Size structure, typically measured in pixels.
See Also