A void implementation of the IStyleRenderer<(Of <(<'TModelItem, TStyle>)>)> interface that does nothing and behaves like an invisible style.

Namespace: yWorks.yFiles.UI.Drawing.Common
Assembly: yWorks.yFilesNET.Viewer (in yWorks.yFilesNET.Viewer.dll) Version: 4.1.0.1 (4.1.0.1)

Syntax

C#
public class VoidStyleRenderer<TModelItem, TStyle> : IStyleRenderer<TModelItem, TStyle>
where TModelItem : IModelItem
where TStyle : IVisualStyle<TModelItem>
Visual Basic
Public Class VoidStyleRenderer(Of TModelItem As IModelItem, TStyle As IVisualStyle(Of TModelItem)) _
	Implements IStyleRenderer(Of TModelItem, TStyle)

Type Parameters

TModelItem
The type of the model item.
TStyle
The type of the style.

Inheritance Hierarchy

See Also