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

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

Syntax

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

Parameters

d
the root Part.VisualElement
v

See Also