Gets or sets a value indicating whether a diagram item is selected.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool Selected { get; set; } |
Visual Basic Copy Code |
---|
Public Property Selected As Boolean |
true if the item is selected; otherwise, false.
Use the property to check which items are selected by the user, or to programmatically select items if needed. Selected items adjustment handles are painted using the pen and brush specified through the SelectedItemHandlesStyle property. You can specify if users first have to select items in order to modify them with the ModificationStart property.
MindFusion.Diagramming Developer's Guide | © 2024 MindFusion |