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

d
the root Part.VisualElement
Gets the value of the InDiagramBounds attached dependency property.

Syntax

Visual Basic (Declaration) 
Public Shared Function GetInDiagramBounds( _
   ByVal d As DependencyObject _
) As Boolean
C# 
public static bool GetInDiagramBounds( 
   DependencyObject d
)

Parameters

d
the root Part.VisualElement

See Also