3 references to AspectProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
40
get { return (Aspect)GetValue(
AspectProperty
); }
41
set { SetValue(
AspectProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
iOS\Renderers\ImageElementManager.cs (1)
104
else if (e.PropertyName == Image.
AspectProperty
.PropertyName)