The interface for an ILabelStyle implementation that can be rendered by LabelControlLabelStyleRenderer.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.

Related Demo Applications

The following programming samples are available: Also see the yFiles for Silverlight tutorials for step by step introductions.

See Also