Document Solutions for Imaging
GrapeCity.Documents.Imaging Assembly / GrapeCity.Documents.Text Namespace / TextLayout Class / MaxHeight Property

In This Topic
    MaxHeight Property (TextLayout)
    In This Topic
    Gets or sets the height of the layout box, in graphic units.
    Syntax
    'Declaration
     
    Public Property MaxHeight As System.Nullable(Of Single)
    public System.Nullable<float> MaxHeight {get; set;}
    See Also