A simple ILabelStyleRenderer implementation that can handle ISimpleLabelStyle instances.

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class SimpleLabelStyleRenderer : AbstractLabelStyleRenderer<ISimpleLabelStyle>
Visual Basic
Public Class SimpleLabelStyleRenderer _
	Inherits AbstractLabelStyleRenderer(Of ISimpleLabelStyle)

Remarks

This implementation will just draw the label's Text using the properties provided by ISimpleLabelStyle into the label's Layout area.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, ISimpleLabelStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractLabelStyleRenderer<(Of <(<'ISimpleLabelStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..SimpleLabelStyleRenderer

See Also