Interface used by ILabelStyle implementations to query the actual IPaintable, IVisibilityTest, IBoundsProvider, IHitTestable, and IMarqueeTestable implementations for a label and an associated style.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface ILabelStyleRenderer : IStyleRenderer<ILabel, ILabelStyle>
Visual Basic
Public Interface ILabelStyleRenderer _
	Inherits IStyleRenderer(Of ILabel, ILabelStyle)

See Also