ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Extensibility.Rendering.Components.Map Namespace / IMapLegend Interface / TextWrapThreshold Property

In This Topic
    TextWrapThreshold Property (IMapLegend)
    In This Topic
    Gets the number of characters after which to wrap the legend text in the map legend.
    Syntax
    'Declaration
     
    ReadOnly Property TextWrapThreshold As Integer
    int TextWrapThreshold {get;}

    Property Value

    An System.Int32 representing the number of characters after which to wrap the legend text in the map legend.
    See Also