2 references to RotationProperty
Microsoft.Maui.Controls (2)
Shapes\CompositeTransform.cs (2)
96
set { SetValue(
RotationProperty
, value); }
97
get { return (double)GetValue(
RotationProperty
); }