Defines specific constraints that can be applied to the size and location of nodes.
Namespace: MindFusion.Diagramming
Assembly: MindFusion.Diagramming
SyntaxC#
Copy Code
|
|---|
public class NodeConstraints : ICloneable |
Visual Basic
Copy Code
|
|---|
Public Class NodeConstraints |
RemarksInstances of this class can be assigned to the Constraints property of nodes.
Inheritance HierarchySystem.Object![]()
MindFusion.Diagramming.NodeConstraints
See Also