| FormattedTextMaximumHeight Property  | 
 
            Gets or sets the maximum height of the text.
            
 
    Namespace: 
   Eto.Drawing
    Assembly:
   Eto (in Eto.dll) Version: 2.5.3-dev
 Syntax
Syntax[DefaultValueAttribute(∞f)]
public float MaximumHeight { get; set; }<DefaultValueAttribute(∞F)>
Public Property MaximumHeight As Single
	Get
	Set
[<DefaultValueAttribute(∞f)>]
member MaximumHeight : float32 with get, set
Property Value
Type: 
Single Remarks
Remarks
            The height is used when trimming the text. Only the last full visible line will be visible.
            
 See Also
See Also