TextContent 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 contents of the current Text object.

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

Syntax

'Declaration
Public Property TextContent As String
public string TextContent { get; set; }
public:
property String^ TextContent {
    String^ get ();
    void set (String^ value);
}
member TextContent : string with get, set
function get TextContent () : String
function set TextContent (value : String)

Property Value

Type: System. . :: . .String
The text string.

.NET Framework Security

See Also

Reference

Text Class

Microsoft.SPOT.Presentation.Controls Namespace