Interface that describes the properties of a candidate ILabelModelParameter

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 interface ILabelCandidateDescriptor
Visual Basic
Public Interface ILabelCandidateDescriptor

Remarks

Automatic labeling algorithms may require additional properties for a set of ILabelModelParameters. This interface can be used to provide this information for a pair of ILabel and ILabelModelParameter via the ILabelCandidateDescriptorProvider provider interface.

See Also