ActiveReports 14 .NET Edition
GrapeCity.ActiveReports Assembly / GrapeCity.ActiveReports.SectionReportModel Namespace / Label Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (Label)
    In This Topic
    Gets ot sets the value indicating whether the label should decrease the font size in order to fit the content.
    Syntax
    'Declaration
     
    Public Property ShrinkToFit As Boolean
    public bool ShrinkToFit {get; set;}
    See Also