EnumLineHighlightMode
Enum
Determines which part of a span will be highlighted.
Definition
Namespace:Telerik.Windows.Controls.SyntaxEditor.Tagging.Taggers
Assembly:Telerik.Windows.Controls.SyntaxEditor.dll
Syntax:
cs-api-definition
public enum LineHighlightMode
Fields
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.