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

d
any TextBlock within the visual tree of the part
v
Sets the value of the TextEditAdornmentTemplateProperty attached dependency property.

Syntax

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

Parameters

d
any TextBlock within the visual tree of the part
v

See Also