RichTextKit v0.4

TextBlock.MaxWidth Property

Assembly: Topten.RichTextKit.dll
Namespace: Topten.RichTextKit
Declaring Type: TextBlock

The max width property sets the maximum width of a line, after which the line will be wrapped onto the next line.

public Nullable<float> MaxWidth { get; set; }

Remarks

This property can be set to null, in which case lines won't be wrapped.

Property Type

Nullable<float>