Class CodeFormattingDialogContext
Inheritance
System.Object
CodeFormattingDialogContext
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CodeFormattingDialogContext : Object
Constructors
CodeFormattingDialogContext(RadRichTextBox)
Declaration
public CodeFormattingDialogContext(RadRichTextBox owner)
Parameters
RadRichTextBox
owner
|
Properties
Code
Declaration
public string Code { get; set; }
Property Value
System.String
|
IsAlternatingLinesEnabled
Declaration
public bool IsAlternatingLinesEnabled { get; set; }
Property Value
System.Boolean
|
IsLineNumberingEnabled
Declaration
public bool IsLineNumberingEnabled { get; set; }
Property Value
System.Boolean
|
Language
Declaration
public string Language { get; set; }
Property Value
System.String
|