Search
NodeConstraints Class
Remarks See Also
 





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

Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming

 Syntax

C#  Copy Code

public class NodeConstraints : ICloneable

Visual Basic  Copy Code

Public Class NodeConstraints
    Implements ICloneable

 Remarks

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

 Inheritance Hierarchy

System.Object
    MindFusion.Diagramming.NodeConstraints

 See Also