GoXam for WPF v3
GetTextEditAdornmentTemplate Method
Northwoods.GoXam Namespace > Part Class : GetTextEditAdornmentTemplate Method
any TextBlock within the visual tree of the part
Gets the value of the TextEditAdornmentTemplateProperty attached dependency property.
Syntax
public static DataTemplate GetTextEditAdornmentTemplate( 
   DependencyObject d
)

Parameters

d
any TextBlock within the visual tree of the part

Return Value

A DataTemplate, by default null. A null value causes the Northwoods.GoXam.Tool.TextEditingTool to use a default template that uses a TextBox.
See Also

Reference

Part Class
Part Members