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);
830
get => (double)GetValue(
ScaleXProperty
);
831
set => SetValue(
ScaleXProperty
, value);