Interface specification for classes that can create layering constraints.
Namespace: yWorks.yFiles.Layout.Hierarchic.IncrementalAssembly: yWorks.yFilesSilverlight.Algorithms (in yWorks.yFilesSilverlight.Algorithms.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ILayerConstraintFactory |
| Visual Basic |
|---|
Public Interface ILayerConstraintFactory |
Remarks
Interface specification for classes that can create layering constraints.
If you manually register a DataProvider under
NodeIdDpKey
on the graph, you must use the
corresponding node ids stored in this DataProvider as arguments for all methods that create a constraint. Otherwise,
you can just use the node instances themselves.