Common interface for parameters that are created by
ILabelModel instances.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ILabelModelParameter : ICloneable |
| Visual Basic |
|---|
Public Interface ILabelModelParameter _ Inherits ICloneable |
Remarks
A parameter encapsulates a certain state that can be interpreted by its
Model to calculate a Layout
given an ILabel instance.
Implementations of this interface can usually be obtained through factory methods
of the corresponding ILabelModel implementations.
This interface extends the ICloneable interface. This allows clients
to obtain a persistent copy of the current state of this parameter.
Immutable parameter implementations may return themselves.