3 references to ScaleProperty
Microsoft.Maui.Controls (3)
VisualElement\VisualElement.cs (3)
216
bindable.ClearValue(
ScaleProperty
);
853
get => (double)GetValue(
ScaleProperty
);
854
set => SetValue(
ScaleProperty
, value);