Search
Diagram.ModificationEffect Property
See Also
 





Gets or sets the visual effect to apply during interactive modification of items.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public ModificationEffect ModificationEffect { get; set; }

Visual Basic  Copy Code

Public Property ModificationEffect As ModificationEffect

 Property Value

A member of the ModificationEffect enumeration. The default value is None.

 See Also