Class TextHighlightTag
Represents tag for text highlighting.
Inherited Members
Namespace: Telerik.Windows.SyntaxEditor.Core.Tagging
Assembly: Telerik.Windows.SyntaxEditor.Core.dll
Syntax
public class TextHighlightTag : TextFormattingTagBase, ITextFormattingTag, ITag
Constructors
TextHighlightTag(ITextFormatDefinitionKey)
Initializes a new instance of the TextHighlightTag class.
Declaration
public TextHighlightTag(ITextFormatDefinitionKey formatDefinitionKey)
Parameters
ITextFormatDefinitionKey
formatDefinitionKey
|