Class LineHighlightTagger
Class LineHighlightTagger which prepares collection of Text
Inherited Members
Namespace: Telerik.WinForms.Controls.SyntaxEditor.Taggers
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public class LineHighlightTagger : TaggerBase<TextHighlightTag>, ITagger<TextHighlightTag>
Constructors
LineHighlightTagger(RadSyntaxEditorElement, ITextFormatDefinitionKey)
Initializes a new instance of the Line
Declaration
public LineHighlightTagger(RadSyntaxEditorElement editor, ITextFormatDefinitionKey formatDefinitionKey)
Parameters
Rad
|
IText
|
Fields
LineHighlightFormatDefinition
The line highlight format definition.
Declaration
public static readonly ITextFormatDefinitionKey LineHighlightFormatDefinition
Field Value
Properties
HighlightMode
Determines what part of the line will be highlighted by the tagger.
Declaration
public LineHighlightMode HighlightMode { get; set; }
Property Value
Methods
GetTags(NormalizedSnapshotSpanCollection)
Gets a collection of Text
Declaration
public override IEnumerable<TagSpan<TextHighlightTag>> GetTags(NormalizedSnapshotSpanCollection spans)
Parameters
Returns
System.
|
Overrides
HighlightLines(IEnumerable<Int32>)
Updates the highlighted lines.
Declaration
public void HighlightLines(IEnumerable<int> lines)
Parameters
System. The lines to highlight. |