Enum TextParsingMode
Defines the constants that specifies the mode of text parsing in EditControl. You can switch between high speed and high accuracy modes.
Namespace: Syncfusion.Windows.Forms.Edit.Enums
Assembly: Syncfusion.Edit.Windows.dll
Syntax
public enum TextParsingMode
Fields
Name | Description |
---|---|
FullParsing | Represents the slow parsing speed and provides all text is parsed and colored with 100% accuracy. |
PartialParsingNoFallback | Represents the high parsing speed and provides some text can be colored incorrectly. |
PartialParsingWithFallback | Represents the high parsing speed, the accuracy of which cannot be guaranteed, is colored as simple text without syntax highlighting. |