Search
NodeConstraints Class
Remarks See Also
 





Defines specific constraints that can be applied to the size and location of nodes.

Namespace: MindFusion.Diagramming
Package: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class NodeConstraints : IPersists, ICloneable

Visual Basic  Copy Code

Public Class NodeConstraints
    Implements IPersists, ICloneable

 Remarks

Instances of this class can be assigned to the Constraints property of nodes.

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.NodeConstraints

 See Also