Gets or sets a value indicating whether newly created objects are automatically selected.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
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.
RemarksUse the property to specify if the items that are drawn are selecting, which allows immediate modification actions to be performed over them.
See Also