Northwoods.GoWPF 2.2.4 Assembly
LocationElementName Property

Gets or sets the name of the element whose position defines the location for this node.
Syntax
Public Property LocationElementName As String
public string LocationElementName {get; set;}

Property Value

The default value is an empty string, which means LocationElement will be the VisualElement, i.e. the whole 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 is this node's LocationElement.
Requirements
See Also

Reference

Node Class
Node Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback