3 references to AspectProperty
Microsoft.Maui.Controls (2)
Image\Image.cs (2)
38
get { return (Aspect)GetValue(
AspectProperty
); }
39
set { SetValue(
AspectProperty
, value); }
Microsoft.Maui.Controls.Compatibility (1)
Tizen\Renderers\ImageRenderer.cs (1)
18
RegisterPropertyHandler(Image.
AspectProperty
, UpdateAspect);