2 references to AngleXProperty
Microsoft.Maui.Controls (2)
Shapes\SkewTransform.cs (2)
54
set { SetValue(
AngleXProperty
, value); }
55
get { return (double)GetValue(
AngleXProperty
); }