5 references to TranslationXProperty
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
210 bindable.ClearValue(TranslationXProperty); 231 bindable.SetValue(TranslationXProperty, translationX); 239 bindable.SetValue(TranslationXProperty, translationX); 849 get { return (double)GetValue(TranslationXProperty); } 850 set { SetValue(TranslationXProperty, value); }