ItemHeight Property (GcTextBox)
In This Topic
Gets the height of a line.
Syntax
'Declaration
Public ReadOnly Property ItemHeight As Integer
'Usage
Dim instance As GcTextBox
Dim value As Integer
value = instance.ItemHeight
public int ItemHeight {get;}
Property Value
An
int value that indicates the height of a line.
See Also