Abstract base type for INodeStyles that use an outline shape

Namespace: yWorks.yFiles.UI.Drawing
Assembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.0.2

Syntax

C#
public abstract class ShapedNodeStyleRendererBase<TNodeStyle> : AbstractNodeStyleRenderer<TNodeStyle>
where TNodeStyle : class, INodeStyle
Visual Basic
Public MustInherit Class ShapedNodeStyleRendererBase(Of TNodeStyle As {Class, INodeStyle}) _
	Inherits AbstractNodeStyleRenderer(Of TNodeStyle)

Type Parameters

TNodeStyle
The exact style type to use in subclasses.

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..AbstractStyleRenderer<(Of <(<'INode, INodeStyle, TNodeStyle>)>)>
    yWorks.yFiles.UI.Drawing..::..AbstractNodeStyleRenderer<(Of <(<'TNodeStyle>)>)>
      yWorks.yFiles.UI.Drawing..::..ShapedNodeStyleRendererBase<(Of <(<'TNodeStyle>)>)>
        yWorks.yFiles.UI.Drawing..::..NodeControlNodeStyleRenderer

See Also