2 references to ScaleXProperty
Microsoft.Maui.Controls (2)
Shapes\ScaleTransform.cs (2)
52
set { SetValue(
ScaleXProperty
, value); }
53
get { return (double)GetValue(
ScaleXProperty
); }