Search
ModificationEffect Enumeration
See Also
 





Specifies the visual effect to apply during interactive modification of items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public enum ModificationEffect

Visual Basic  Copy Code

Public Enum ModificationEffect

 Members

  Member name Description

MoveShades

Show a semi-transparent shade of the modified item at the current mouse position.

None

Show the actual modified item as it would look if the user completes the modification at the current mouse position.

 See Also