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

Represents the line breaking rules used for text processing in the document model.

Definition

Namespace:Telerik.Windows.Documents.Model

Assembly:Telerik.Windows.Controls.RichTextBox.dll

Syntax:

C#
public class LineBreakingRule

Inheritance: objectLineBreakingRule

Constructors

C#
public LineBreakingRule(LineBreakingRuleLanguage language, char[] characters)
Parameters:languageLineBreakingRuleLanguagecharacterschar[]

Properties

Gets a read-only collection of the characters for which the rule will be applied.

C#
public ReadOnlyCollection<char> Characters { get; }
Property Value:

The characters.

Gets the language for which the rule will be applied.

C#
public LineBreakingRuleLanguage Language { get; }
Property Value:

The language.