Northwoods.GoSilverlight 1.1.3 Assembly
GetSelectionAdornmentTemplate Method
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : GetSelectionAdornmentTemplate Method

d
the root Part.VisualElement
Gets the value of the SelectionAdornmentTemplate attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetSelectionAdornmentTemplate( _
   ByVal d As DependencyObject _
) As DataTemplate
C# 
public static DataTemplate GetSelectionAdornmentTemplate( 
   DependencyObject d
)

Parameters

d
the root Part.VisualElement

See Also