LineCount Property

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

Gets the number of lines into which text is to flow.

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

Syntax

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

Property Value

Type: System. . :: . .Int32
The number of lines into which text is to flow.

.NET Framework Security

See Also

Reference

TextFlow Class

Microsoft.SPOT.Presentation.Controls Namespace