9 implementations of FontAutoScalingEnabled
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
317
public bool
FontAutoScalingEnabled
DatePicker\DatePicker.cs (1)
124
public bool
FontAutoScalingEnabled
InputView\InputView.cs (1)
228
public bool
FontAutoScalingEnabled
Label\Label.cs (1)
208
public bool
FontAutoScalingEnabled
Picker\Picker.cs (1)
95
public bool
FontAutoScalingEnabled
RadioButton\RadioButton.cs (1)
180
public bool
FontAutoScalingEnabled
Shell\SearchHandler.cs (1)
220
public bool
FontAutoScalingEnabled
Span.cs (1)
127
public bool
FontAutoScalingEnabled
TimePicker\TimePicker.cs (1)
99
public bool
FontAutoScalingEnabled
2 references to FontAutoScalingEnabled
Microsoft.Maui.Controls (2)
FontElement.cs (1)
31
/// The backing store for the <see cref="IFontElement.
FontAutoScalingEnabled
" /> bindable property.
FontExtensions.cs (1)
35
return Font.OfSize(element.FontFamily, size, enableScaling: element.
FontAutoScalingEnabled
).WithAttributes(element.FontAttributes);