Implemented interface member:
property
TextTransform
Microsoft.Maui.Controls.ITextElement.TextTransform
4 references to TextTransform
Microsoft.Maui.Controls (4)
Label\Label.cs (1)
44
/// <summary>Bindable property for <see cref="
TextTransform
"/>.</summary>
Label\Label.Mapper.cs (1)
20
LabelHandler.Mapper.ReplaceMapping<Label, ILabelHandler>(nameof(
TextTransform
), MapTextTransform);
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
31
label.
TextTransform
);
Platform\iOS\Extensions\LabelExtensions.cs (1)
30
platformLabel.Text = TextTransformUtilites.GetTransformedText(label.Text, label.
TextTransform
);