Northwoods.GoWPF 2.2.4 Assembly
ResizeElementName Property

Gets or sets the name of the element that gets a resize adornment when selected.
Syntax
Public Property ResizeElementName As String
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.
Requirements
See Also

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback