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

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

Syntax

Visual Basic (Declaration) 
Public Shared Sub SetRotateAdornmentTemplate( _
   ByVal d As DependencyObject, _
   ByVal v As DataTemplate _
) 
C# 
public static void SetRotateAdornmentTemplate( 
   DependencyObject d,
   DataTemplate v
)

Parameters

d
the root Part.VisualElement
v

See Also