Text Constructor (String)

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

Initializes a new instance of the Text class.

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

Syntax

'Declaration
Public Sub New ( _
    content As String _
)
public Text(
    string content
)
public:
Text(
    String^ content
)
new : 
        content:string -> Text
public function Text(
    content : String
)

Parameters

.NET Framework Security

See Also

Reference

Text Class

Text Overload

Microsoft.SPOT.Presentation.Controls Namespace