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

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

Syntax

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

Parameters

d
the root Part.VisualElement

See Also