ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / MapLegend Class / MinFontSize Property

In This Topic
    MinFontSize Property (MapLegend)
    In This Topic
    Minimum size for autosized legend text. An expression should evaluate to a Length. The default value is 7pt.
    Syntax
    'Declaration
     
    Public Property MinFontSize As GrapeCity.Enterprise.Data.Expressions.ExpressionInfo
    public GrapeCity.Enterprise.Data.Expressions.ExpressionInfo MinFontSize {get; set;}
    See Also