Abstract base class for ILabelStyleRenderer implementations that use an outline shape.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public abstract class ShapedLabelStyleRendererBase<TLabelStyle> : AbstractStyleRenderer<ILabel, ILabelStyle, TStyle>, ILabelStyleRenderer, IStyleRenderer<ILabel, ILabelStyle> where TLabelStyle : class, ILabelStyle |
| Visual Basic |
|---|
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
yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, TStyle>)>)>
yWorks.yFiles.UI.Drawing..::..ShapedLabelStyleRendererBase<(Of <(<'TLabelStyle>)>)>
yWorks.yFiles.UI.Drawing..::..LabelControlLabelStyleRenderer