2 references to RadiusXProperty
Microsoft.Maui.Controls (2)
Shapes\EllipseGeometry.cs (2)
46
set { SetValue(
RadiusXProperty
, value); }
47
get { return (double)GetValue(
RadiusXProperty
); }