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

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

Syntax

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

Parameters

d
the root Part.VisualElement
v

See Also