Base interface for many of the IVisualStyle<(Of <(<'TModelItem>)>)> implementations.
Namespace: yWorks.yFiles.UI.DrawingAssembly: yWorks.yFilesSilverlight.Viewer (in yWorks.yFilesSilverlight.Viewer.dll) Version: 2.1.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.