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

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

Syntax

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

Parameters

d
the root Part.VisualElement

See Also