Abstract base class for ILabelStyleRenderer implementations that use an outline shape.

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#
[ObfuscationAttribute(ApplyToMembers = true, Exclude = true, StripAfterObfuscation = false)]
public abstract class ShapedLabelStyleRendererBase<TLabelStyle> : AbstractStyleRenderer<ILabel, ILabelStyle, TStyle>, 
	ILabelStyleRenderer, IStyleRenderer<ILabel, ILabelStyle>
where TLabelStyle : class, ILabelStyle
Visual Basic
<ObfuscationAttribute(ApplyToMembers := True, Exclude := True,  _
	StripAfterObfuscation := False)> _
Public MustInherit Class ShapedLabelStyleRendererBase(Of TLabelStyle As {Class, ILabelStyle}) _
	Inherits AbstractStyleRenderer(Of ILabel, ILabelStyle, TStyle) _
	Implements ILabelStyleRenderer, IStyleRenderer(Of ILabel, ILabelStyle)

Type Parameters

TLabelStyle
The exact type of the label style.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, TStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..ShapedLabelStyleRendererBase<(Of <(<'TLabelStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..LabelControlLabelStyleRenderer

See Also