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

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

Syntax

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

Parameters

d
the root Part.VisualElement
v

See Also