9 references to TextType
Microsoft.Maui.Controls (9)
Label\Label.cs (2)
111
/// <summary>Bindable property for <see cref="
TextType
"/>.</summary>
112
public static readonly BindableProperty TextTypeProperty = BindableProperty.Create(nameof(
TextType
), typeof(TextType), typeof(Label), TextType.Text,
Label\Label.iOS.cs (1)
42
if (!label.HasFormattedTextSpans && label.
TextType
== TextType.Html)
Label\Label.Mapper.cs (4)
19
LabelHandler.Mapper.ReplaceMapping<Label, ILabelHandler>(nameof(
TextType
), MapTextType);
135
else if (label.
TextType
== TextType.Text || !IsDefaultFont(label))
151
else if (label.
TextType
== TextType.Text || !label.TextColor.IsDefault())
166
if (label.
TextType
!= TextType.Text)
Platform\iOS\Extensions\FormattedStringExtensions.cs (1)
141
if (element.
TextType
== TextType.Html)
Platform\iOS\Extensions\LabelExtensions.cs (1)
14
switch (label.
TextType
)