A data object for the client side com.yworks.graph.drawing.TLFLabelStyle.

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

Syntax

C#
public class TLFLabelStyle : ClientLabelStyle
Visual Basic
Public Class TLFLabelStyle _
	Inherits ClientLabelStyle

Remarks

This style uses the Flex Text Layout Framework to render the label text.

At client side, this style is only available in the Flex 4 version of yFiles FLEX.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Graph.Web.Style..::..ClientStyle<(Of <(<'ILabel, ILabelStyle>)>)>
    yWorks.yFiles.Graph.Web.Style..::..ClientLabelStyle
      yWorks.yFiles.Graph.Web.Style.Markup..::..TLFLabelStyle

See Also