Northwoods.GoSilverlight 1.2.2 Assembly
SelectionElementName Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Part Class : SelectionElementName Property

Gets or sets the name of the element that gets any selection adornment when selected and that may be resized/reshaped/rotated.

Syntax

Visual Basic (Declaration) 
Public Property SelectionElementName As String
C# 
public string SelectionElementName {get; set;}

Property Value

The default value is an empty string, which means Part.SelectionElement will be the Part.VisualElement, i.e. the whole part. The value is actually stored on the Part.VisualElement. One normally sets it by setting or data-binding the attached property on the root element of the DataTemplate.

Remarks

This is used to find the element that is this part's Part.SelectionElement.

Requirements

See Also

© 2010 All Rights Reserved.