5 references to ScaleXProperty
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
217 bindable.ClearValue(ScaleXProperty); 245 bindable.SetValue(ScaleXProperty, scaleX); 253 bindable.SetValue(ScaleXProperty, scaleX); 863 get => (double)GetValue(ScaleXProperty); 864 set => SetValue(ScaleXProperty, value);