Class OccurrenceMode
Contains values for the OccurrenceMode enumeration that indicate whether to highlight the first character or all occurrences of the same character in text.
Inheritance
System.Object
OccurrenceMode
Namespace: Syncfusion.Maui.Inputs
Assembly: Syncfusion.Maui.Inputs.dll
Syntax
public sealed class OccurrenceMode : Enum
Fields
FirstOccurrence
Highlight the first character.
Declaration
public const OccurrenceMode FirstOccurrence
Field Value
Type |
---|
OccurrenceMode |
MultipleOccurrence
Highlight all the occurrence of the same character.
Declaration
public const OccurrenceMode MultipleOccurrence
Field Value
Type |
---|
OccurrenceMode |
None
The none.
Declaration
public const OccurrenceMode None
Field Value
Type |
---|
OccurrenceMode |