| FormattedTextIHandlerMaximumSize Property  | 
 
            Gets or sets the maximum size of the text.
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
SyntaxSizeF MaximumSize { get; set; }Property MaximumSize As SizeF
	Get
	Set
abstract 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