Enum LineHighlightMode
Determines which part of a span will be highlighted.
Namespace: Telerik.WinForms.Controls.SyntaxEditor.Taggers
Assembly: Telerik.WinControls.SyntaxEditor.dll
Syntax
public enum LineHighlightMode
LineStartToTextEnd
Highlights from the beginning of the line to the end of the text portion of the span.
TextOnly
Highlights only the text portion of the span.