2 references to TextTypeProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
241
get => (TextType)GetValue(
TextTypeProperty
);
242
set => SetValue(
TextTypeProperty
, value);