| 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
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: 
Single Remarks
Remarks
            The width is used when wrapping, trimming, and aligning the text.
            
 See Also
See Also