Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Rotator > Adjust image in a radrotator

Not answered Adjust image in a radrotator

Feed from this thread
  • Shirya avatar

    Posted on Nov 17, 2008 (permalink)

    Hello,
    I Would like to know if its possible to adjust an itemImage in a radrotator. My images are to big and i don't know how to change this.
    thanx
    Shirya

    Reply

  • Nick Nick admin's avatar

    Posted on Nov 18, 2008 (permalink)

    Hello Shirya,

    Thank you for your question.

    Please use ScaleTransform:

    this.radRotator1.RotatorElement.ScaleTransform = new SizeF(0.5f, 0.5f); 

    The code above scales a picture width and height to 50% of the original size.

    Do not hesitate to write me back if you have further questions.

    Sincerely yours,
    Nick
    the Telerik team

    Check out Telerik Trainer, the state of the art learning tool for Telerik products.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Rotator > Adjust image in a radrotator
Related resources for "Adjust image in a radrotator"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]