2 references to AspectProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
41
get { return (Aspect)GetValue(
AspectProperty
); }
42
set { SetValue(
AspectProperty
, value); }