A simple default implementation of the ILabelModelParameterFinder
interface that uses the ILabelModel's own ILabelModelParameterProvider
instance to find the closest match.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public class DefaultLabelModelParameterFinder : ILabelModelParameterFinder |
| Visual Basic |
|---|
Public Class DefaultLabelModelParameterFinder _ Implements ILabelModelParameterFinder |
Remarks
This implementation uses a metric to find the closest of the
provided parameter candidates to the layout provided in FindBestParameter(ILabel, IOrientedRectangle, IEnumerable<(Of <<'(ILabelModelParameter>)>>)).
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Model..::..DefaultLabelModelParameterFinder
yWorks.yFiles.UI.Model..::..DefaultLabelModelParameterFinder