Class LineHighlightMode
Determines which part of a span will be highlighted.
Inheritance
System.Object
LineHighlightMode
Namespace: Telerik.Windows.Controls.SyntaxEditor.Tagging.Taggers
Assembly: Telerik.Windows.Controls.SyntaxEditor.dll
Syntax
public sealed class LineHighlightMode : Enum
Fields
LineStartToTextEnd
Highlights from the beginning of the line to the end of the text portion of the span.
Declaration
public const LineHighlightMode LineStartToTextEnd
Field Value
LineHighlightMode
|
TextOnly
Highlights only the text portion of the span.
Declaration
public const LineHighlightMode TextOnly
Field Value
LineHighlightMode
|
value__
Declaration
public int value__
Field Value
System.Int32
|