Namespace: ActiproSoftware.Text.Tagging Assembly: ActiproSoftware.Text.WinForms.dll Provides the base requirements for an IClassificationType that can be associated with some text range. public interface IClassificationTag : ITagCopy Properties ClassificationType Gets the IClassificationType associated with this tag. IClassificationType ClassificationType { get; }Copy Property Value IClassificationType: The IClassificationType associated with this tag. See Also ClassificationTag See Also ClassificationTag