Click or drag to resize

FormattedTextMaximumSize Property

Gets or sets the maximum size of the text.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
public SizeF MaximumSize { get; set; }

Property Value

Type: SizeF
Remarks
The width is used when wrapping, trimming, and aligning the text. The height is used when trimming the text. Only the last full visible line will be visible.
See Also