Class Languages
Displays list of Languages supported by Essential Edit WPF
Inheritance
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public sealed class Languages : Enum
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
C
Represents C files and applies syntax highlighting and outlining based on the built - in language specification for C.
Declaration
public const Languages C
Field Value
| Type |
|---|
| Languages |
CSharp
Represents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#.
Declaration
public const Languages CSharp
Field Value
| Type |
|---|
| Languages |
Custom
Represents user defined files and applies syntax highlighting based on the user defined language configurations applied using CustomLanguage property of EditControl class.
Declaration
public const Languages Custom
Field Value
| Type |
|---|
| Languages |
Delphi
Represents Delphi files and applies syntax highlighting and outlining based on the built - in language specification for Delphi.
Declaration
public const Languages Delphi
Field Value
| Type |
|---|
| Languages |
HTML
Represents HTML files and applies syntax highlighting and outlining based on the built - in language specification for HTML.
Declaration
public const Languages HTML
Field Value
| Type |
|---|
| Languages |
Java
Represents Java files and applies syntax highlighting and outlining based on the built - in language specification for Java.
Declaration
public const Languages Java
Field Value
| Type |
|---|
| Languages |
JScript
Represents JScript files and applies syntax highlighting and outlining based on the built - in language specification for JScript.
Declaration
public const Languages JScript
Field Value
| Type |
|---|
| Languages |
PowerShell
Represents PowerShell files and applies syntax highlighting and outlining based on the built - in language specification for PowerShell.
Declaration
public const Languages PowerShell
Field Value
| Type |
|---|
| Languages |
SQL
Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML.
Declaration
public const Languages SQL
Field Value
| Type |
|---|
| Languages |
Text
Represents plain Text and syntax highlighting will not be applied the text in the EditControl.
Declaration
public const Languages Text
Field Value
| Type |
|---|
| Languages |
VBScript
Represents VBScript files and applies syntax highlighting and outlining based on the built - in language specification for VBScript.
Declaration
public const Languages VBScript
Field Value
| Type |
|---|
| Languages |
VisualBasic
Represents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic.
Declaration
public const Languages VisualBasic
Field Value
| Type |
|---|
| Languages |
XAML
Represents XAML files and applies syntax highlighting based on the built - in language specification for XAML.
Declaration
public const Languages XAML
Field Value
| Type |
|---|
| Languages |
XML
Represents XML files and applies syntax highlighting based on the built - in language specification for XML.
Declaration
public const Languages XML
Field Value
| Type |
|---|
| Languages |