LineHeight Property

[This documentation is for preview only, and is subject to change in later releases. Blank topics are included as placeholders.]

Gets the height of a line of text in the current Text object.

Namespace:  Microsoft.SPOT.Presentation.Controls
Assembly:  Microsoft.SPOT.TinyCore (in Microsoft.SPOT.TinyCore.dll)

Syntax

'Declaration
Public ReadOnly Property LineHeight As Integer
public int LineHeight { get; }
public:
property int LineHeight {
    int get ();
}
member LineHeight : int
function get LineHeight () : int

Property Value

Type: System. . :: . .Int32
The height of a line of text.

.NET Framework Security

See Also

Reference

Text Class

Microsoft.SPOT.Presentation.Controls Namespace