GoXam for WPF v3
IsSelected Property
Northwoods.GoXam Namespace > Part Class : IsSelected Property
Gets or sets whether this part is selected.
Syntax
public bool IsSelected {get; set;}

Property Value

The default value is false. Setting this property to true will cause this part to be added to the diagram's SelectedParts collection. Setting this property to false will cause this part to be removed from that collection.
Remarks
If CanSelect is false, one cannot set this property to true. Also, the number of selected parts is limited by the value of MaximumSelectionCount, so this part cannot be selected if that would violate that limit.
See Also

Reference

Part Class
Part Members