Northwoods.GoSilverlight 1.1.3 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.

Remarks

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

See Also