Helper interface used by ILabelModel implementations
to provide possible candidate ILabelModelParameters
for a given label and model.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)
Syntax
| C# |
|---|
public interface ILabelModelParameterProvider |
| Visual Basic |
|---|
Public Interface ILabelModelParameterProvider |
Remarks
Implementations of this interface can be retrieved from the ILabelModel's
Lookup(Type) method.
Note that not all models necessarily need to or can provide implementations of this interface.