New to Telerik UI for WPFStart a free 30-day trial

LineBreak helper class.

Definition

Namespace:Telerik.Windows.SyntaxEditor.Core.Text

Assembly:Telerik.Windows.SyntaxEditor.Core.dll

Syntax:

C#
public static class LineBreak

Inheritance: objectLineBreak

Fields

NewLine char.

C#
public static readonly char NewLine

NewLine string.

C#
public static readonly string NewLineString

Methods

Gets a value indicating whether the given char is a line break.

C#
public static bool IsLineBreak(char value)
Parameters:valuecharReturns:

bool