Northwoods.GoSilverlight 1.1.3 Assembly
SetText Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : SetText Method

d
the root Part.VisualElement
v
Sets the value of the Part.Text attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetText( _
   ByVal d As DependencyObject, _
   ByVal v As String _
) 
C# 
public static void SetText( 
   DependencyObject d,
   string v
)

Parameters

d
the root Part.VisualElement
v

See Also