1 write to Size
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\FontImageExtension.cs (1)
24
Size
= Size
3 references to Size
Microsoft.Maui.Controls (3)
FontImageSource.cs (2)
45
/// <summary>Bindable property for <see cref="
Size
"/>.</summary>
46
public static readonly BindableProperty SizeProperty = BindableProperty.Create(nameof(
Size
), typeof(double), typeof(FontImageSource), 30d,
Image\ImageSource.cs (1)
27
Font IFontImageSource.Font => Font.OfSize(FontFamily,
Size
, enableScaling: FontAutoScalingEnabled);