FormattedTextIHandlerMaximumSize Property |
Gets or sets the maximum size of the text.
Namespace:
Eto.Drawing
Assembly:
Eto (in Eto.dll) Version: 2.5.3-dev
Syntax SizeF MaximumSize { get; set; }
Property MaximumSize As SizeF
Get
Set
abstract MaximumSize : SizeF with get, set
Property Value
Type:
SizeFRemarks
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