9 implementations of FontSize
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
308 public double FontSize
DatePicker\DatePicker.cs (1)
120 public double FontSize
InputView\InputView.cs (1)
220 public double FontSize
Label\Label.cs (1)
205 public double FontSize
Picker\Picker.cs (1)
92 public double FontSize
RadioButton\RadioButton.cs (1)
177 public double FontSize
Shell\SearchHandler.cs (1)
214 public double FontSize
Span.cs (1)
121 public double FontSize
TimePicker\TimePicker.cs (1)
95 public double FontSize
3 references to FontSize
Microsoft.Maui.Controls (3)
ContentConverter.cs (1)
96 content.SetBinding(FontElement.FontSizeProperty, static (IFontElement fe) => fe.FontSize, source: source);
FontElement.cs (1)
16 /// The backing store for the <see cref="IFontElement.FontSize" /> bindable property.
FontExtensions.cs (1)
31 var size = element.FontSize;