Northwoods.GoSilverlight 1.2.2 Assembly
MaximumSelectionCount Property
See Also  Send Feedback
Northwoods.GoXam Namespace > Diagram Class : MaximumSelectionCount Property

Gets or sets the maximum number of selected parts.

Syntax

Visual Basic (Declaration) 
<CategoryAttribute("Behavior")>
Public Property MaximumSelectionCount As Integer
C# 
[CategoryAttribute("Behavior")]
public int MaximumSelectionCount {get; set;}

Property Value

The default value is a large positive integer. Any new value must be non-negative.

Remarks

Decreasing this value may cause parts to be removed from Diagram.SelectedParts in order to meet the new lower limit.

Requirements

See Also

© 2010 All Rights Reserved.