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