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; }
<DefaultValueAttribute(∞F)>
Public Property MaximumWidth As Single
Get
Set
[<DefaultValueAttribute(∞f)>]
member MaximumWidth : float32 with get, set
Property Value
Type:
SingleRemarks
The width is used when wrapping, trimming, and aligning the text.
See Also