FormattedText.SetMaxTextWidths(Double[]) Method

Definition

Sets an array of maximum text widths within the FormattedText, on a per-line basis. Each element in the array represents the maximum text width of sequential lines of text.

public:
 void SetMaxTextWidths(cli::array <double> ^ maxTextWidths);
public void SetMaxTextWidths (double[] maxTextWidths);
member this.SetMaxTextWidths : double[] -> unit
Public Sub SetMaxTextWidths (maxTextWidths As Double())

Parameters

maxTextWidths
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 value in the array is used for the remaining lines. Providing a valid array SetMaxTextWidths will override any value provided for the MaxTextWidth property.

Applies to