A style renderer which can handle TLFLabelStyle.

Namespace: yWorks.yFiles.Graph.Web.Style.Markup
Assembly: yFilesServer (in yFilesServer.dll) Version: 1.8.0.0 (1.8)

Syntax

C#
public class TLFLabelStyleRenderer : ClientLabelStyleRenderer
Visual Basic
Public Class TLFLabelStyleRenderer _
	Inherits ClientLabelStyleRenderer

Remarks

As TLFLabelStyle is a data object the rendering will be delegated to a fallback style. However, this renderer can calculate the correct size for the label. Note that using HTML or Text Layout Markup may lead to incorrect calculations.

Inheritance Hierarchy

System..::..Object
  AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, ClientLabelStyle>)>)>
    yWorks.yFiles.Graph.Web.Style..::..ClientStyleRenderer<(Of <(<'ILabel, ILabelStyle, ClientLabelStyle>)>)>
      yWorks.yFiles.Graph.Web.Style..::..ClientLabelStyleRenderer
        yWorks.yFiles.Graph.Web.Style.Markup..::..TLFLabelStyleRenderer

See Also