A simple ILabelStyleRenderer implementation that can handle ISimpleLabelStyle
instances.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2
Syntax
| C# |
|---|
public class SimpleLabelStyleRenderer : AbstractLabelStyleRenderer<ISimpleLabelStyle> |
| Visual Basic |
|---|
Public Class SimpleLabelStyleRenderer _ Inherits AbstractLabelStyleRenderer(Of ISimpleLabelStyle) |
Remarks
This implementation will just draw the label's Text using the properties provided by
ISimpleLabelStyle into the label's Layout area.
Inheritance Hierarchy
System..::..Object
yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, ISimpleLabelStyle>)>)>
yWorks.yFiles.UI.Drawing..::..AbstractLabelStyleRenderer<(Of <(<'ISimpleLabelStyle>)>)>
yWorks.yFiles.UI.Drawing..::..SimpleLabelStyleRenderer
yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'ILabel, ILabelStyle, ISimpleLabelStyle>)>)>
yWorks.yFiles.UI.Drawing..::..AbstractLabelStyleRenderer<(Of <(<'ISimpleLabelStyle>)>)>
yWorks.yFiles.UI.Drawing..::..SimpleLabelStyleRenderer