ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rdl Assembly / GrapeCity.ActiveReports.PageReportModel Namespace / Style Class / ShrinkToFit Property

In This Topic
    ShrinkToFit Property (Style)
    In This Topic
    Gets or sets a value indicating whether the text font size should be adjusted to fit the text in to container.
    Syntax
    'Declaration
     
    Public Property ShrinkToFit As ExpressionInfo
    public ExpressionInfo ShrinkToFit {get; set;}

    Property Value

    An GrapeCity.Enterprise.Data.Expressions.ExpressionInfo object that evaluates to an System.Boolean value.
    See Also