2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
Label\Label.cs (2)
210
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
211
set => SetValue(
FontAutoScalingEnabledProperty
, value);