IHasTag Interface Namespace: ActiproSoftware.Windows.Controls.Bars.Mvvm Assembly: ActiproSoftware.Bars.Mvvm.Wpf.dll Provides the base requirements for a control that can store custom data on a Tag property. public interface IHasTag Properties Tag Gets or sets a user-defined object attached to the control. object Tag { get; } Property Value object