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.Model
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

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

See Also