An implementation of IUserTagProvider that delegates to the ITagOwner's Tag property that is retrieved from the Lookup(Type) of the IModelItem that is passed in for the queries.

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

Syntax

C#
public sealed class TagOwnerUserTagProvider : IUserTagProvider
Visual Basic
Public NotInheritable Class TagOwnerUserTagProvider _
	Implements IUserTagProvider

Inheritance Hierarchy

System..::..Object
  yWorks.yFiles.UI.Drawing..::..TagOwnerUserTagProvider

See Also