Class CodeFormattingSettings
Represents setting used from Code
Inheritance
Namespace: Telerik.Windows.Documents.Model.Code
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public class CodeFormattingSettings : Object
Constructors
CodeFormattingSettings(CodeLanguage)
Initializes a new instance of the Code
Declaration
public CodeFormattingSettings(CodeLanguage codeLanguage)
Parameters
Code The code language. |
Properties
CodeLanguage
Gets or sets the code language.
Declaration
public CodeLanguage CodeLanguage { get; set; }
Property Value
Code The code language. |
IsAlternatingLinesEnabled
Gets or sets a value indicating whether lines are formatted with alternating styles.
Declaration
public bool IsAlternatingLinesEnabled { get; set; }
Property Value
System.
|
IsLineNumberingEnabled
Gets or sets a value indicating whether line numbering is enabled.
Declaration
public bool IsLineNumberingEnabled { get; set; }
Property Value
System.
|