Gets or sets a value indicating whether the commented text is highlighted.

Syntax

public HighlightMode HighlightMode { get; set; }
Public Property HighlightMode() As HighlightMode

Members

Member Description
Auto Default. The commented text is highlighted as specified through the TextControl.CommentHighlightMode or WPF.TextControl.CommentHighlightMode property.
Activated The commented text is highlighted when it contains the text input position.
Always The commented text is always highlighted.
Never The commented text is never highlighted.