Helper interface used by ILabelModel implementations to provide possible candidate ILabelModelParameters for a given label.
Inheritance Hierarchy
ILabelModelParameterProvider
Remarks
Implementations of this interface can be retrieved from the ILabelModel's lookup method. Note that not all models necessarily need to or can provide implementations of this interface.
Type Details
- yFiles module
- view
Methods
Returns an enumerator over a set of possible ILabelModelParameter instances that can be used for the label whose lookup returned this provider.
Returns
- ↪IEnumerable<ILabelModelParameter>
- A possibly empty enumerator over a set of label model parameters.