Enum Languages
Displays list of Languages supported by Essential Edit WPF
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public enum Languages
Remarks
| Value | Description |
|---|---|
| Text | Represents plain text and syntax highlighting will not be applied the text in the EditControl. |
| CSharp | Represents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#. |
| VisualBasic | Represents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic. |
| XAML | Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML. |
| XML | Represents XML files and applies syntax highlighting based on the built - in language specification for XML. |
| Custom | Represents user defined files and applies syntax highlighting based on the user defined language configurations applied using CustomLanguage property of EditControl class. |
Fields
| Name | Description |
|---|---|
| C | Represents C files and applies syntax highlighting and outlining based on the built - in language specification for C. |
| CSharp | Represents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#. |
| Custom | Represents user defined files and applies syntax highlighting based on the user defined language configurations applied using CustomLanguage property of EditControl class. |
| Delphi | Represents Delphi files and applies syntax highlighting and outlining based on the built - in language specification for Delphi. |
| HTML | Represents HTML files and applies syntax highlighting and outlining based on the built - in language specification for HTML. |
| Java | Represents Java files and applies syntax highlighting and outlining based on the built - in language specification for Java. |
| JScript | Represents JScript files and applies syntax highlighting and outlining based on the built - in language specification for JScript. |
| PowerShell | Represents PowerShell files and applies syntax highlighting and outlining based on the built - in language specification for PowerShell. |
| SQL | Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML. |
| Text | Represents plain Text and syntax highlighting will not be applied the text in the EditControl. |
| VBScript | Represents VBScript files and applies syntax highlighting and outlining based on the built - in language specification for VBScript. |
| VisualBasic | Represents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic. |
| XAML | Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML. |
| XML | Represents XML files and applies syntax highlighting based on the built - in language specification for XML. |