ActiveReports 19 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.ActiveReports.Drawing Namespace / TextMetrics Structure / Fitted Field

In This Topic
    Fitted Field
    In This Topic
    Gets a value indicating whether the text was fully fitted within the layout.
    Syntax
    'Declaration
     
    Public ReadOnly Fitted As Boolean
    public readonly bool Fitted

    Field Value

    A System.Boolean value. true if the text was fully fitted; otherwise, false.
    See Also