Hello Everyone,
i want to rotate the my BitmapControl to some Degrees and Hold at that point. but everytime it goes back to its orignal position.
RotateAnimation animClkWise(0,27, AnimationPropertyInfo::DEFAULT_DURATION, ANIMATION_INTERPOLATOR_LINEAR); animClkWise.SetHoldEndEnabled(false);
//animClkWise.SetAutoReverseEnabled(true);
animClkWise.SetAnchor(0.5,1);
(__pBmpCtrl->GetControlAnimator()->StartUserAnimation(ANIMATION_TARGET_ROTATION, animClkWise));
__pBmpCtrl->GetControlAnimator()->AddControlAnimatorDetailedEventListener(*this);
help plesase..