FormattedText.GetMaxTextWidths Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Retrieves an array of text widths. Each element in the array represents the maximum text width of sequential lines of text.
public:
cli::array <double> ^ GetMaxTextWidths();
public double[] GetMaxTextWidths ();
member this.GetMaxTextWidths : unit -> double[]
Public Function GetMaxTextWidths () As Double()
Returns
An array of maximum text widths, each width provided in device-independent units (1/96th inch per unit).
Remarks
If the text lines exceed the number of elements in the array, the last element value is used for the remaining lines. If the array of lengths is not null
, the array values of GetMaxTextWidths are used instead of the MaxTextWidth property value.