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 IconLabelStyleRenderer : AbstractStyleRenderer<ILabel, ILabelStyle, IIconLabelStyle>, 
	ILabelStyleRenderer, IStyleRenderer<ILabel, ILabelStyle>
Visual Basic
Public Class IconLabelStyleRenderer _
	Inherits AbstractStyleRenderer(Of ILabel, ILabelStyle, IIconLabelStyle) _
	Implements ILabelStyleRenderer, IStyleRenderer(Of ILabel, ILabelStyle)

Remarks

This implementation paints the label's inner style and an icon.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, IIconLabelStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..IconLabelStyleRenderer

See Also