GoXam for WPF v3
SelectionAdornmentTemplate Property
Northwoods.GoXam Namespace > Part Class : SelectionAdornmentTemplate Property
Gets or sets the DataTemplate used to create the selection adornment for this part when it is selected.
Syntax
public DataTemplate SelectionAdornmentTemplate {get; set;}

Property Value

The default value is null. 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 value is used by UpdateSelectionAdornment.
See Also

Reference

Part Class
Part Members