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

Gets or sets whether the Part.SelectionElement gets a selection adornment when this part is selected.

Syntax

Visual Basic (Declaration) 
Public Property SelectionAdorned As Boolean
C# 
public bool SelectionAdorned {get; set;}

Property Value

The default value is false. 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

When this value is false there might not be any visual indication that a part is selected unless the part changes its appearance.

Requirements

See Also

© 2010 All Rights Reserved.