GoXam for WPF v3
ResizeElementName Property
Northwoods.GoXam Namespace > Part Class : ResizeElementName Property
Gets or sets the name of the element that gets a resize adornment when selected.
Syntax
public string ResizeElementName {get; set;}

Property Value

The default value is null, which means the Northwoods.GoXam.Tool.ResizingTool will use the SelectionElement. A string value will cause the resizing tool to use the element with that name in the visual tree of the node. 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.
Remarks
This is used to find the element that the Northwoods.GoXam.Tool.ResizingTool will allow the user to resize.
See Also

Reference

Part Class
Part Members