2 references to AspectProperty
Microsoft.Maui.Controls (2)
Shapes\Shape.cs (2)
148
set { SetValue(
AspectProperty
, value); }
149
get { return (Stretch)GetValue(
AspectProperty
); }