Interface implemented by items that can be tagged with arbitrary objects.

Namespace: yWorks.Support
Assembly: yWorks.yFilesWPF.Viewer (in yWorks.yFilesWPF.Viewer.dll) Version: 2.2.0.2 (2.2.0.2)

Syntax

C#
public interface ITagOwner
Visual Basic
Public Interface ITagOwner

Remarks

The object held by implementations of this interface is usually a user defined object. Implementations don't depend on this tag. They just serve as a storage for the tag that will be used by other parts of the implementation.

See Also