TextHighlightingOptions

TextHighlightingOptions class

Represents options which can be used to highlight text in text frame.

public class TextHighlightingOptions : ITextHighlightingOptions

Constructors

NameDescription
TextHighlightingOptions()Creates new default text highlighting options.

Properties

NameDescription
CaseSensitive { get; set; }Set true to use case-sensitive search, false - otherwise. Read/write Boolean.
WholeWordsOnly { get; set; }Set true to match only whole words, false - otherwise. Read/write Boolean.

See Also