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

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

Syntax

Visual Basic (Declaration) 
Public Shared Function GetLayerName( _
   ByVal d As DependencyObject _
) As String
C# 
public static string GetLayerName( 
   DependencyObject d
)

Parameters

d
the root Part.VisualElement

See Also