Northwoods.GoSilverlight 1.1.3 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.

Remarks

This value is used by Part.UpdateSelectionAdornment.

See Also