Specifies how the user can start modifying an item.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public enum ModificationStart |
Visual Basic
Copy Code
|
|---|
Public Enum ModificationStart |
Members| Member name | Description | |
|---|---|---|
![]() |
SelectedOnly |
Only selected items can be modified. |
![]() |
AutoHandles |
Adjustment handles appear automatically around the item under the mouse; it can be modified without selecting it first. |
RemarksThis enumeration specifies the possible values of the ModificationStart property.
See AlsoMindFusion.Diagramming Namespace
ModificationStart Property