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

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