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

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

Syntax

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

Parameters

d
the root Part.VisualElement

See Also