Skip to main content
A newer version of this page is available. .

BestSizeEstimator.GetBoundsToFitText(String, BrickStyle, Single, Single) Method

Namespace: DevExpress.XtraReports.UI

Assembly: DevExpress.XtraReports.v20.2.dll

NuGet Packages: DevExpress.Reporting.Core, DevExpress.WindowsDesktop.Reporting.Core

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