Northwoods.GoSilverlight 1.1.3 Assembly
Text Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : Text Property

Gets or sets the Part.Text string representing this part.

Syntax

Visual Basic (Declaration) 
Public Property Text As String
C# 
public string Text {get; set;}

Property Value

The default value is an empty string.

See Also