Click or drag to resize

FormattedTextMaximumWidth Property

Gets or sets the maximum width of the text.

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

Property Value

Type: Single
Remarks
The width is used when wrapping, trimming, and aligning the text.
See Also