ClassClassificationTag
Class
Represents tag for classifying parts of code file.
Definition
Namespace:Telerik.Windows.SyntaxEditor.Core.Tagging
Assembly:Telerik.Windows.SyntaxEditor.Core.dll
Syntax:
cs-api-definition
public class ClassificationTag : ITextFormattingTag, ITag
Inheritance: objectClassificationTag
Implements:
Constructors
ClassificationTag(ClassificationType)
Initializes a new instance of the ClassificationTag class.
Declaration
cs-api-definition
public ClassificationTag(ClassificationType type)
Parameters
type
Properties
ClassificationType
Gets the ClassificationType for this tag.
Declaration
cs-api-definition
public ClassificationType ClassificationType { get; }
Property Value