Factory interface for IncrementalHierarchicLayouter .

Namespace: yWorks.yFiles.Layout.Hierarchic.Incremental
Assembly: yWorks.yFilesWPF.Algorithms (in yWorks.yFilesWPF.Algorithms.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface IIncrementalHintsFactory
Visual Basic
Public Interface IIncrementalHintsFactory

Remarks

Factory interface for IncrementalHierarchicLayouter . Use this factory to obtain hints that will be interpreted by the layouter if they are bound to a DataProvider instance that is registered with the LayoutGraph using the IncrementalHintsDpKey key.
An instance of a class implementing this interface can be obtained through CreateIncrementalHintsFactory()()()() .

See Also