3 references to ScaleX
Microsoft.Maui.Controls (3)
Shapes\CompositeTransform.cs (3)
17
/// <summary>Bindable property for <see cref="
ScaleX
"/>.</summary>
19
BindableProperty.Create(nameof(
ScaleX
), typeof(double), typeof(CompositeTransform), 1.0, propertyChanged: OnTransformPropertyChanged);
132
ScaleX =
ScaleX
,