Share via


TopLine Property

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

Gets or sets the line number of the first line of the text whose flow is controlled by the current TextFlow object.

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

Syntax

'Declaration
Public Property TopLine As Integer
public int TopLine { get; set; }
public:
property int TopLine {
    int get ();
    void set (int value);
}
member TopLine : int with get, set
function get TopLine () : int
function set TopLine (value : int)

Property Value

Type: System. . :: . .Int32
The line number of the first line of text to flow.

.NET Framework Security

See Also

Reference

TextFlow Class

Microsoft.SPOT.Presentation.Controls Namespace