Northwoods.GoSilverlight 1.2.2 Assembly
SelectionAdornmentTemplate Property
See Also  Send Feedback
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

Visual Basic (Declaration) 
Public Property SelectionAdornmentTemplate As DataTemplate
C# 
public DataTemplate SelectionAdornmentTemplate {get; set;}

Property Value

The default value is null. The value is actually stored on the Part.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 Part.UpdateSelectionAdornment.

Requirements

See Also

© 2010 All Rights Reserved.