Interface for implementations that yield insets for a given item.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface IInsetsProvider<T> |
| Visual Basic |
|---|
Public Interface IInsetsProvider(Of T) |
Type Parameters
- T
- The type of the items this class yields insets instances for.
Remarks
INode-implementations of this interface will be
queried from an INode's Lookup(Type)
method. GroupedGraph uses this instance by default to determine the insets of a group node.