AttributedTextExtensions.CreateParagraphRun Método
Definição
Importante
Algumas informações se referem a produtos de pré-lançamento que podem ser substancialmente modificados antes do lançamento. A Microsoft não oferece garantias, expressas ou implícitas, das informações aqui fornecidas.
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
Parâmetros
- text
- IAttributedText
- start
- Int32
- length
- Int32
- runs
- IList<IAttributedTextRun>
- startIndexForSearch
- Int32