An xml style implementation for ILabels.

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

Syntax

C#
public class XmlLabelStyle : XmlStyle<ILabel, ILabelStyle>, 
	ILabelStyle, IVisualStyle<ILabel>, ICloneable
Visual Basic
Public Class XmlLabelStyle _
	Inherits XmlStyle(Of ILabel, ILabelStyle) _
	Implements ILabelStyle, IVisualStyle(Of ILabel),  _
	ICloneable

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.Graph.Web..::..XmlStyle<(Of <(<'ILabel, ILabelStyle>)>)>
    yWorks.yFiles.Graph.Web..::..XmlLabelStyle

See Also