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


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

Property Value

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