3 references to SizeProperty
Microsoft.Maui.Controls (2)
FontImageSource.cs (2)
53
get => (double)GetValue(
SizeProperty
);
54
set => SetValue(
SizeProperty
, value);
Microsoft.Maui.Controls.Xaml (1)
MarkupExtensions\FontImageExtension.cs (1)
15
public double Size { get; set; } = (double)FontImageSource.
SizeProperty
.DefaultValue;