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

d
v
Sets the value of the ResizeCellSize attached dependency property.

Syntax

Visual Basic (Declaration) 
<TypeConverterAttribute("Northwoods.GoXam.Route+SizeConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")>
Public Shared Sub SetResizeCellSize( _
   ByVal d As DependencyObject, _
   ByVal v As Size _
) 
C# 
[TypeConverterAttribute("Northwoods.GoXam.Route+SizeConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public static void SetResizeCellSize( 
   DependencyObject d,
   Size v
)

Parameters

d
v

See Also