Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

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