Scale not working properly

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi All!
I am trying to scale a textbox using following code.
But For any value of byx and byy scalling behaviuor is same.

Dim behav As AnimationBehavior
behav = eff.Behaviors.Add(MsoAnimType.msoAnimTypeScale)
With behav.ScaleEffect
.ByX = 400
.ByY = 400
End With

Thanks in advance.
anand
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top