1 instantiation of RotateTransform
Microsoft.Maui.Controls (1)
Shapes\CompositeTransform.cs (1)
140
new
RotateTransform
4 references to RotateTransform
Microsoft.Maui.Controls (4)
Shapes\RotateTransform.cs (4)
31
BindableProperty.Create(nameof(Angle), typeof(double), typeof(
RotateTransform
), 0.0,
36
BindableProperty.Create(nameof(CenterX), typeof(double), typeof(
RotateTransform
), 0.0,
41
BindableProperty.Create(nameof(CenterY), typeof(double), typeof(
RotateTransform
), 0.0,
67
(bindable as
RotateTransform
).OnTransformPropertyChanged();