Click or drag to resize

FormattedTextMaximumHeight Property

Gets or sets the maximum height of the text.

Namespace:  Eto.Drawing
Assembly:  Eto (in Eto.dll) Version: 2.5.3-dev
Syntax
[DefaultValueAttribute(∞f)]
public float MaximumHeight { get; set; }

Property Value

Type: Single
Remarks
The height is used when trimming the text. Only the last full visible line will be visible.
See Also