RichTextKit v0.4

Paragraph.Length Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit.Editor
Declaring Type: Paragraph

Gets the length of this paragraph in code points

public abstract int Length { get; }

Remarks

All paragraphs must have a non-zero length and text paragraphs should include the end of paragraph marker in the length.

Property Type

int