Table of Contents

Method WithMaxWidth

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Common.dll

WithMaxWidth(double)

Creates new text format which is a clone of this object but with new maximal width specified in the maxWidth.

public virtual TextFormat WithMaxWidth(double maxWidth)

Parameters

maxWidth double

Maximal text width property of the created text format.

Returns

TextFormat