Partager via


LabelExtensions.FormattedText<TLabel>(TLabel, Span[]) Method

Definition

public static TLabel FormattedText<TLabel> (this TLabel label, params Xamarin.Forms.Span[] spans) where TLabel : Xamarin.Forms.Label;
static member FormattedText : 'Label * Xamarin.Forms.Span[] -> 'Label (requires 'Label :> Xamarin.Forms.Label)

Type Parameters

TLabel

Parameters

label
TLabel
spans
Span[]

Returns

TLabel

Applies to