This is a migrated thread and some comments may be shown as answers.

Changing the Navigation buttons

2 Answers 110 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
shahab
Top achievements
Rank 1
shahab asked on 19 Aug 2008, 05:54 AM
Hi is there any way to change the navigational buttons arrows images to custom images. The reason is I am developing a Kiosk application which requires slightly larger images to suit people's fingers footprint.
Thanks in advance

2 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 19 Aug 2008, 08:45 AM
Hello Shahab,

Thank you for your interest in RadCarousel control.

You should use the properties ButtonPrevious and ButtonNext that represent the buttons that move the items forward and backward.
For example:
        public Form1()
        {
            InitializeComponent();
            this.radCarousel1.ButtonNext.Image = Image.FromFile("MyImage.bmp");
            ...

I hope this helps.
Don't hesitate to contact us if you have other questions.



All the best,
Peter
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
shahab
Top achievements
Rank 1
answered on 19 Aug 2008, 09:26 AM
great, thank you and as every your efforts are muchly appreciated.
Tags
Carousel
Asked by
shahab
Top achievements
Rank 1
Answers by
Peter
Telerik team
shahab
Top achievements
Rank 1
Share this question
or