Search
DiagramView.Behavior Property
See Also
 






Gets or sets a value indicating how the control responds to user actions.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public Behavior Behavior { get; set; }

Visual Basic  Copy Code

Public Property Behavior As Behavior

 Property Value

A member of the Behavior enumeration.

 See Also