LineBreakingRule
Class
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)
Properties
Gets a read-only collection of the characters for which the rule will be applied.
C#
public ReadOnlyCollection<char> Characters { get; }
The characters.
Gets the language for which the rule will be applied.
C#
public LineBreakingRuleLanguage Language { get; }
The language.