Northwoods.GoWPF 2.2.4 Assembly
SelectionElementName Property

Gets or sets the name of the element that gets any selection adornment when selected and that may be resized/reshaped/rotated.
Syntax
Public Property SelectionElementName As String
public string SelectionElementName {get; set;}

Property Value

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

Reference

Part Class
Part Members

 

 


© Northwoods Software 2017. All Rights Reserved.

Send Feedback