DiagramLite Programmer's Guide
DiagramNode.Constraints Property
See Also
 





Allows applying constraints to the location and size of the node.

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming.Silverlight

 Syntax

C#  Copy Code

public NodeConstraints Constraints { get; set; }

Visual Basic  Copy Code

Public Property Constraints As NodeConstraints

 Property Value

An instance of the NodeConstraints class.

 Remarks

These constraints are considered when a user modifies the node interactively. They are ignored if node placement is changed programmatically by using methods and properties.

 See Also

DiagramNode Members
DiagramNode Class
MindFusion.Diagramming Namespace
EnabledHandles Property