CodeLanguages
Class
Represents the available programming languages supported in Telerik's document model for code snippets.
Definition
Namespace:Telerik.Windows.Documents.Model.Code
Assembly:Telerik.Windows.Controls.RichTextBox.dll
Syntax:
C#
public static class CodeLanguages
Inheritance: objectCodeLanguages
Properties
Represents the C# programming language in the Telerik Documents Model.
C#
public static CodeLanguage CSharp { get; }
Represents the JavaScript code language within the Telerik document model.
C#
public static CodeLanguage JavaScript { get; }
Represents the PHP code language in the Telerik document model.
C#
public static CodeLanguage Php { get; }
Represents the XML code language in the Telerik document model.
C#
public static CodeLanguage Xml { get; }