Class
DefaultTaggers

Represents the default taggers used in the Telerik document model.

Definition

Namespace:Telerik.Windows.Documents.Model.Code

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

cs-api-definition
public static class DefaultTaggers

Inheritance: objectDefaultTaggers

Properties

CSharpTagger

Represents a C# tagger that provides functionalities for tagging C# code elements within a document.

Declaration

cs-api-definition
public static ITagger<ClassificationTag> CSharpTagger { get; }

Property Value

ITagger<ClassificationTag>

JavaScriptTagger

Represents a JavaScript tagger that provides functionalities to identify and manage JavaScript syntax within a document.

Declaration

cs-api-definition
public static ITagger<ClassificationTag> JavaScriptTagger { get; }

Property Value

ITagger<ClassificationTag>

PhpTagger

Represents a PHP tagger responsible for tagging PHP code elements in documents.

Declaration

cs-api-definition
public static ITagger<ClassificationTag> PhpTagger { get; }

Property Value

ITagger<ClassificationTag>

XmlTagger

Represents the XML tagger that is responsible for processing and tagging XML elements in the document model.

Declaration

cs-api-definition
public static ITagger<ClassificationTag> XmlTagger { get; }

Property Value

ITagger<ClassificationTag>