FormattedText.GetMaxTextWidths Method

Definition

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

Double[]

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.

Applies to