BestSizeEstimator.GetBoundsToFitText(String, BrickStyle, Single, Single) Method
Namespace: DevExpress.XtraReports.UI
Assembly: DevExpress.XtraReports.v25.1.dll
NuGet Package: DevExpress.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