Abstract base type for INodeStyles 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 ShapedNodeStyleRendererBase<TNodeStyle> : AbstractNodeStyleRenderer<TNodeStyle>
where TNodeStyle : class, INodeStyle
Visual Basic
<ObfuscationAttribute(ApplyToMembers := True, Exclude := True,  _
	StripAfterObfuscation := False)> _
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