Class CodeFormattingDialogContext
Inheritance
System.Object
CodeFormattingDialogContext
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.Windows.Documents.UI.Extensibility
Assembly: Telerik.Windows.Documents.dll
Syntax
public class CodeFormattingDialogContext
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
|