9 implementations of FontFamily
Microsoft.Maui.Controls (9)
Button\Button.cs (1)
298
public string
FontFamily
DatePicker\DatePicker.cs (1)
112
public string
FontFamily
InputView\InputView.cs (1)
210
public string
FontFamily
Label\Label.cs (1)
197
public string
FontFamily
Picker\Picker.cs (1)
84
public string
FontFamily
RadioButton\RadioButton.cs (1)
169
public string
FontFamily
Shell\SearchHandler.cs (1)
199
public string
FontFamily
Span.cs (1)
113
public string
FontFamily
TimePicker\TimePicker.cs (1)
87
public string
FontFamily
3 references to FontFamily
Microsoft.Maui.Controls (3)
ContentConverter.cs (1)
101
content.SetBinding(FontElement.FontFamilyProperty, static (IFontElement fe) => fe.
FontFamily
, source: source);
FontElement.cs (1)
9
/// The backing store for the <see cref="IFontElement.
FontFamily
" /> bindable property.
FontExtensions.cs (1)
35
return Font.OfSize(element.
FontFamily
, size, enableScaling: element.FontAutoScalingEnabled).WithAttributes(element.FontAttributes);