Terminal.CellHeight Property
Gets the height of a character cell.
[Visual Basic]
<Category(Category:="Layout"), _ ReadOnly(IsReadOnly:=True), _ Description(Description:="Returns the
height of a text cell in pixels.")>
Public ReadOnly Property CellHeight As
Integer
[C#]
[Category(Category="Layout")]
[ReadOnly(IsReadOnly=True)]
[Description(Description="Returns the height of a text cell in pixels.")]
public
int CellHeight {get;}
Property Value
An integer value which specifies the height of a character cell in pixels.
Remarks
This value can be used in calculating the minimum height of the control window in order to display all lines of text.
See Also
Terminal Class |
SocketTools Namespace