Interface that describes the properties of a candidate ILabelModelParameter
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
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.