Hi all,
I have been working on some animation and faced with the issue how to get relative offset after translation ?
I do the following translation:
await ComplexButton.MoveHorizontalAnimation(totalX, 250);
And after few steps I what to know the offset at which button located ?
Hi all,
I have found the answer !!
There is exists TranslationX property and to get relative translation just call it like this:
var complexButtonX = ComplexButton.TranslationX;
Answers
Hi all,
I have found the answer !!
There is exists TranslationX property and to get relative translation just call it like this: