Back to Devexpress

BestSizeEstimator.GetBoundsToFitText Method

xtrareports-devexpress-dot-xtrareports-dot-ui-dot-bestsizeestimator-dot-getboundstofittext.md

latest1.6 KB
Original Source

BestSizeEstimator.GetBoundsToFitText Method

NameParametersDescription
GetBoundsToFitText(XRLabel, String) staticlabel, textGets boundaries that fit the specified text within the specified control.
GetBoundsToFitText(XRLabel) staticlabelGets boundaries that fit an actual label text.
GetBoundsToFitText(String, BrickStyle, ReportUnit) statictext, style, reportUnitGets boundaries that fit the specified text with the specified style and system of measurement.
GetBoundsToFitText(String, BrickStyle, RectangleF, ReportUnit) statictext, style, originalBounds, reportUnitGets boundaries that fit the specified text with the specified style and system of measurement, and reside within the specified initial boundaries.
GetBoundsToFitText(String, BrickStyle, Single, Single) statictext, style, maxWidth, dpi