Click or drag to resize
CanvasTextLayoutGetFormatChangeIndices Method
Gets an array of position indices at which the text format changes.

Namespace:  Microsoft.Graphics.Canvas.Text
Assembly:  Microsoft.Graphics.Canvas (in Microsoft.Graphics.Canvas.dll) Version: 0.0.0.0
Syntax
C#
public int[] GetFormatChangeIndices()

Return Value

Type: Int32
Remarks
By convention, an empty string will yield an array containing only {0}.
See Also