Class ClassificationTag
Represents a classification tag that can be used to categorize elements in a document model.
Inheritance
System.Object
ClassificationTag
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class ClassificationTag : Object
Constructors
ClassificationTag(ClassificationType)
Properties
ClassificationType
Represents the classification type of a tag within the document model.
Declaration
public ClassificationType ClassificationType { get; }
Property Value
ClassificationType
|