8 references to RotationProperty
Microsoft.Maui.Controls (6)
Compatibility\Handlers\iOS\VisualElementRenderer.cs (1)
55 e.PropertyName == VisualElement.RotationProperty.PropertyName ||
RadioButton\RadioButton.cs (1)
452 border.SetBinding(RotationProperty, static (RadioButton rb) => rb.Rotation, source: RelativeBindingSource.TemplatedParent);
VisualElement\VisualElement.cs (4)
209 bindable.ClearValue(RotationProperty); 258 bindable.SetValue(RotationProperty, rotate); 783 get { return (double)GetValue(RotationProperty); } 784 set { SetValue(RotationProperty, value); }
Microsoft.Maui.Controls.Compatibility (2)
Tizen\Renderers\VisualElementRenderer.cs (2)
65 RegisterPropertyHandler(VisualElement.RotationProperty, UpdateTransformation); 373 e.PropertyName == VisualElement.RotationProperty.PropertyName ||