GoXam for WPF v3
TextBlock Property
Northwoods.GoXam.Tool Namespace > TextEditingTool Class : TextBlock Property
Gets or sets the TextBlock that is being edited.
Syntax
public TextBlock TextBlock {get; set;}

Property Value

This property is initially null and is set in DoActivate as the TextBlock at the mouse click point. However, if you set this property beforehand, DoActivate will not set it, and this tool will edit the given TextBlock.
See Also

Reference

TextEditingTool Class
TextEditingTool Members