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