Base interface for many of the IVisualStyle<(Of <(<'TModelItem>)>)> implementations.

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#
public interface ITaggedStyleBase<TModelItem> : IVisualStyle<TModelItem>, 
	IModelItemInstaller<TModelItem>, ICloneable
where TModelItem : class, IModelItem
Visual Basic
Public Interface ITaggedStyleBase(Of TModelItem As {Class, IModelItem}) _
	Inherits IVisualStyle(Of TModelItem), IModelItemInstaller(Of TModelItem),  _
	ICloneable

Type Parameters

TModelItem
The type of the model item.

Remarks

This interface adds the ability to specify a UserTagProvider and a custom ContextLookup, as well as a StyleTag.

See Also