Advertisement
Myexperience

code

Sep 30th, 2021
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.77 KB | None | 0 0
  1. if (ceTransetion1.DefualteSize == 60)
  2. {
  3. ceTransetion1.Animate = true;
  4. ceTransetion1.DefualteSize = 60;
  5. ceTransetion1.Newsize = 200;
  6. ceTransetion1.TransetionStyle = CeTransetion.Transetion.Expantion;
  7. ceTransetion1.Style = CeTransetion.SlidingStyle.Horizontal;
  8.  
  9. }
  10. else if (ceTransetion1.DefualteSize == 200)
  11. {
  12. ceTransetion1.Animate = true;
  13. ceTransetion1.DefualteSize = 200;
  14. ceTransetion1.Newsize = 60;
  15. ceTransetion1.TransetionStyle = CeTransetion.Transetion.Shrink;
  16. ceTransetion1.Style = CeTransetion.SlidingStyle.Horizontal;
  17. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement