Gets or sets a value indicating whether a diagram item is selected.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight
C#
![]() |
---|
public bool Selected { get; set; } |
Visual Basic
![]() |
---|
Public Property Selected As Boolean |
Use the property to check which items are selected by the user, or to programmatically select items if needed.