ComponentOne Reports for WPF
C1.C1Report Namespace / TextFilter Class / MaxTextWidth Property

In This Topic
    MaxTextWidth Property (TextFilter)
    In This Topic
    Gets or sets the maximum width of text lines, in characters.

    -1 (the default) indicates that this value will be calculated automatically.

    Syntax
    'Declaration
     
    Public Property MaxTextWidth As Integer
    public int MaxTextWidth {get; set;}
    See Also