RichTextKit v0.4

TextDocument.MeasuredWidth Property

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

The total width of the document

public float MeasuredWidth { get; }

Remarks

For line-wrap documents this is the page width. For non-line-wrap documents this is the width of the widest paragraph.

Property Type

float