FormattedText.SetMaxTextWidths(Double[]) 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.
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.