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

d
Gets 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 Function GetResizeCellSize( _
   ByVal d As DependencyObject _
) As Size
C# 
[TypeConverterAttribute("Northwoods.GoXam.Route+SizeConverter, Northwoods.GoSilverlight, Version=1.1.3.4, Culture=neutral, PublicKeyToken=616e2dc80068a33d")]
public static Size GetResizeCellSize( 
   DependencyObject d
)

Parameters

d

See Also