Utility interface used by ILabelModel implementations to
find the best ILabelModelParameter
to approximate a given layout.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public interface ILabelModelParameterFinder |
| Visual Basic |
|---|
Public Interface ILabelModelParameterFinder |
Remarks
Implementations of this class may be retrieved from ILabelModel
implementations using their Lookup(Type) method.
Note that implementations are not required to return an instance if queried
for this interface.