AttributedTextExtensions.CreateParagraphRun 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.
public static int CreateParagraphRun (this Microsoft.Maui.Graphics.Text.IAttributedText text, int start, int length, System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun> runs, int startIndexForSearch = 0);
static member CreateParagraphRun : Microsoft.Maui.Graphics.Text.IAttributedText * int * int * System.Collections.Generic.IList<Microsoft.Maui.Graphics.Text.IAttributedTextRun> * int -> int
<Extension()>
Public Function CreateParagraphRun (text As IAttributedText, start As Integer, length As Integer, runs As IList(Of IAttributedTextRun), Optional startIndexForSearch As Integer = 0) As Integer
Parameters
- text
- IAttributedText
- start
- Int32
- length
- Int32
- runs
- IList<IAttributedTextRun>
- startIndexForSearch
- Int32
Returns
Applies to
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.