4 references to RotationProperty
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
212
bindable.ClearValue(
RotationProperty
);
261
bindable.SetValue(
RotationProperty
, rotate);
786
get { return (double)GetValue(
RotationProperty
); }
787
set { SetValue(
RotationProperty
, value); }