Northwoods.GoSilverlight 1.1.3 Assembly
SelectionElement Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : SelectionElement Property

Gets the FrameworkElement that gets a selection adornment when selected and that may be resized/reshaped/rotated.

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property SelectionElement As FrameworkElement
C# 
public FrameworkElement SelectionElement {get;}

Remarks

If no element is named by SelectionElementName, this returns the Part.VisualElement.

See Also