Gets or sets value indicating whether newly created objects are automatically selected.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
C# Copy Code |
---|
public bool SelectAfterCreate { get; set; } |
Visual Basic Copy Code |
---|
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 |