Class DocumentEnvironment
Inheritance
System.Object
DocumentEnvironment
Namespace: Telerik.Windows.Documents.Model
Assembly: Telerik.Windows.Controls.RichTextBox.dll
Syntax
public static class DocumentEnvironment : Object
Fields
NewLine
Represents platform independent new line constant.
Declaration
public const string NewLine = "\r\n"
Field Value
System.String
|