WPF

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum Languages - WPF API Reference | Syncfusion

    Show / Hide Table of Contents

    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

    ValueDescription
    TextRepresents plain text and syntax highlighting will not be applied the text in the EditControl.
    CSharpRepresents C# files and applies syntax highlighting and outlining based on the built - in language specification for C#.
    VisualBasicRepresents Visual Basic files and applies syntax highlighting and outlining based on the built - in language specification for Visual Basic.
    XAMLRepresents XAML files and applies syntax highlighting based on the built - in language specification for XAML.
    XMLRepresents XML files and applies syntax highlighting based on the built - in language specification for XML.
    CustomRepresents 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.

    Back to top Generated by DocFX
    Copyright © 2001 - 2021 Syncfusion Inc. All Rights Reserved