MindFusion.Wpf Pack Programmer's Guide
Diagram.SelectAfterCreate Property
See Also
 





Gets or sets a value indicating whether newly created objects are automatically selected.

Namespace: MindFusion.Diagramming.Wpf
Assembly: MindFusion.Diagramming.Wpf

 Syntax

C#  Copy Code

public bool SelectAfterCreate { get; set; }

Visual Basic  Copy Code

Public Property SelectAfterCreate As Boolean

 Property Value

true if items are selected after being created; otherwise, false. The default is true.

 Remarks

Use the property to specify if the items that are drawn are selecting, which allows immediate modification actions to be performed over them.

 See Also

Diagram Members
Diagram Class
MindFusion.Diagramming.Wpf Namespace
Selection Property