2 references to RotationAngleProperty
Microsoft.Maui.Controls (2)
Shapes\ArcSegment.cs (2)
64
set { SetValue(
RotationAngleProperty
, value); }
65
get { return (double)GetValue(
RotationAngleProperty
); }