DiagramLite Programmer's Guide
DiagramItem.Selected Property
See Also
 





Gets or sets a value indicating whether a diagram item is selected.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public bool Selected { get; set; }

Visual Basic  Copy Code

Public Property Selected As Boolean

 Property Value

 Remarks

Use the property to check which items are selected by the user, or to programmatically select items if needed.

 See Also

DiagramItem Members
DiagramItem Class
MindFusion.Diagramming Namespace