2 references to FontAutoScalingEnabledProperty
Microsoft.Maui.Controls (2)
RadioButton\RadioButton.cs (2)
185
get => (bool)GetValue(
FontAutoScalingEnabledProperty
);
186
set => SetValue(
FontAutoScalingEnabledProperty
, value);