Yields the geometry of ILabel instances.
Namespace: yWorks.yFiles.UI.ModelAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
Remarks
Label models can be used to describe the geometry of labels, respecting
their PreferredSize and a ILabelModelParameter
instance associated with a label.
Typically, a label model is used as a factory for label model parameters that
can be associated with different label instances, e.g. using the
SetLabelModelParameter(ILabel, ILabelModelParameter) method.
Label model instances are designed to be shared by multiple model parameters,
which themselves can be shared by multiple label instances.
This interface supports the
Lookup(Type) method that can be used
to query additional aspects of the implementation.