The interface for an ILabelStyle implementation that can be rendered
by LabelControlLabelStyleRenderer.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)
Syntax
| C# |
|---|
public interface ILabelControlLabelStyle : ITaggedStyleBase<ILabel>, ILabelStyle, IVisualStyle<ILabel>, IModelItemInstaller<ILabel>, ICloneable |
| Visual Basic |
|---|
Public Interface ILabelControlLabelStyle _ Inherits ITaggedStyleBase(Of ILabel), ILabelStyle, IVisualStyle(Of ILabel), _ IModelItemInstaller(Of ILabel), ICloneable |
Remarks
This style implementation provides the ability to use the control templating
mechanism to create the rendering for labels. Style implementations need to create LabelControls with
a specific Style that can present the associated
tag to the user via a ContentControl.