4 references to TextType
Microsoft.Maui.Controls (4)
Label\Label.cs (2)
114
/// <summary>Bindable property for <see cref="
TextType
"/>.</summary>
115
public static readonly BindableProperty TextTypeProperty = BindableProperty.Create(nameof(
TextType
), typeof(TextType), typeof(Label), TextType.Text,
Label\Label.Mapper.cs (2)
19
LabelHandler.Mapper.ReplaceMapping<Label, ILabelHandler>(nameof(
TextType
), MapTextType);
166
if (label.
TextType
!= TextType.Text)