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

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

Syntax

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

Parameters

d
the root Part.VisualElement
v

See Also