4 references to RotationXProperty
Microsoft.Maui.Controls (4)
VisualElement\VisualElement.cs (4)
213
bindable.ClearValue(
RotationXProperty
);
257
bindable.SetValue(
RotationXProperty
, rotateX);
796
get { return (double)GetValue(
RotationXProperty
); }
797
set { SetValue(
RotationXProperty
, value); }