GoXam for WPF v3
SelectionAdorned Property
Northwoods.GoXam Namespace > Part Class : SelectionAdorned Property
Gets or sets whether the SelectionElement gets a selection adornment when this part is selected.
Syntax
public bool SelectionAdorned {get; set;}

Property Value

The default value is false. 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
When this value is false there might not be any visual indication that a part is selected unless the part changes its appearance.
See Also

Reference

Part Class
Part Members