Skip to main content
All docs
V26.1
  • BestSizeEstimator.GetBoundsToFitText(String, BrickStyle, Single, Single) Method

    Namespace: DevExpress.XtraReports.UI

    Assembly: DevExpress.XtraReports.v26.1.dll

    Declaration

    public static RectangleF GetBoundsToFitText(
        string text,
        BrickStyle style,
        float maxWidth,
        float dpi
    )

    Parameters

    Name Type
    text String
    style BrickStyle
    maxWidth Single
    dpi Single

    Returns

    Type
    RectangleF
    See Also