Gets or sets value indicating whether newly created objects are automatically selected.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C#
![]() |
---|
public bool SelectAfterCreate { get; set; } |
Visual Basic
![]() |
---|
Public Property SelectAfterCreate As Boolean |
true if items are selected after being created; otherwise, false. The default is true.
Use the property to specify if the items that are drawn are selecting, which allows immediate modification actions to be performed over them.
Diagramming for .NET MAUI Guide | © 2024 MindFusion |