An implementation of the ILabelStyleRenderer interface that can render ILabelControlLabelStyle instances.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public class LabelControlLabelStyleRenderer : ShapedLabelStyleRendererBase<ILabelControlLabelStyle>
Visual Basic
Public Class LabelControlLabelStyleRenderer _
	Inherits ShapedLabelStyleRendererBase(Of ILabelControlLabelStyle)

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, TStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..ShapedLabelStyleRendererBase<(Of <(<'ILabelControlLabelStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..LabelControlLabelStyleRenderer

See Also