Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ImageDrawing Class / Height Property


In This Topic
Height Property (ImageDrawing)
In This Topic
Gets the height of the image drawing.
Syntax
'Declaration
 
Public MustOverride ReadOnly Property Height As Integer
 
'Usage
 
Dim instance As ImageDrawing
Dim value As Integer
 
value = instance.Height

Property Value

The height of the image drawing.
See Also