Class EditLanguageType
Specifies the types of languages
Inheritance
System.Object
EditLanguageType
Namespace: Syncfusion.Windows.Edit
Assembly: Syncfusion.Edit.Wpf.dll
Syntax
public sealed class EditLanguageType : Enum
Remarks
Value | Description |
---|---|
Procedural | Represents the Procedural language like c, c++ etc. |
Markup | Represents the Markup language like XML and XAML. |
Fields
Markup
Specified the Markup Language
Declaration
public const EditLanguageType Markup
Field Value
Type |
---|
EditLanguageType |
Procedural
Specified the Procedural Language
Declaration
public const EditLanguageType Procedural
Field Value
Type |
---|
EditLanguageType |