GoXam for WPF v3
Text Property (Part)
Northwoods.GoXam Namespace > Part Class : Text Property
Gets or sets the Text string representing this part.
Syntax
public string Text {get; set;}

Property Value

The default value is an empty string. The value is actually stored on the VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.
See Also

Reference

Part Class
Part Members