Table of Contents

Method WithSuggestedWidth

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

WithSuggestedWidth(double)

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

public virtual TextFormat WithSuggestedWidth(double suggestedWidth)

Parameters

suggestedWidth double

Suggested text width property of the created text format.

Returns

TextFormat