5 references to TranslationXProperty
Microsoft.Maui.Controls (5)
VisualElement\VisualElement.cs (5)
211 bindable.ClearValue(TranslationXProperty); 232 bindable.SetValue(TranslationXProperty, translationX); 240 bindable.SetValue(TranslationXProperty, translationX); 850 get { return (double)GetValue(TranslationXProperty); } 851 set { SetValue(TranslationXProperty, value); }