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