ClassCodeLanguages
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:
cs-api-definition
public static class CodeLanguages
Inheritance: objectCodeLanguages
Properties
CSharp
Represents the C# programming language in the Telerik Documents Model.
Declaration
cs-api-definition
public static CodeLanguage CSharp { get; }
Property Value
JavaScript
Represents the JavaScript code language within the Telerik document model.
Declaration
cs-api-definition
public static CodeLanguage JavaScript { get; }
Property Value
Php
Represents the PHP code language in the Telerik document model.
Xml
Represents the XML code language in the Telerik document model.