HighlightTextInfo
Class
Stores information for a portion of the RadHighlightTextBlock text that needs to be highlighted.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.dll
Syntax:
C#
public class HighlightTextInfo
Inheritance: objectHighlightTextInfo
Constructors
Initializes a new instance of the HighlightTextInfo class.
Properties
Background
Brush
Gets the background that will be applied to this match.
C#
public Brush Background { get; }
Foreground
Brush
Gets the foreground that will be applied to this match.
C#
public Brush Foreground { get; }
TextRange
TextRange
Gets the TextRange that will be highlighted.
C#
public TextRange TextRange { get; }