MindFusion.Wpf Pack Programmer's Guide
ModificationStart Enumeration
See Also
 





Specifies how the user can start modifying an item.

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

 Syntax

C#  Copy Code

public enum ModificationStart

Visual Basic  Copy Code

Public Enum ModificationStart

 Members

  Member name Description

AutoHandles

Adjustment handles appear automatically around the object under the mouse; it can be modified without selecting it first.

SelectedOnly

Only selected objects can be modified.

 Remarks

This enumeration specifies the possible values of the ModificationStart property of DiagramView.

 See Also

MindFusion.Diagramming.Wpf Namespace
ModificationStart Property