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

Backimage without bottom of opacity

7 Answers 73 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
YING JANG LIN
Top achievements
Rank 1
YING JANG LIN asked on 06 Apr 2010, 11:42 AM
Hi,

Who can help me.
I don't want image at background of bottom of carousel have fade to opacity.

Thanks

7 Answers, 1 is accepted

Sort by
0
Peter
Telerik team
answered on 06 Apr 2010, 12:25 PM
Hi YING JANG LIN,

Thank you for contacting us.

You should set RadCarousel's ItemReflectionPercentage to 0. More information about RadCarousel you can read here. Hope this helps.

 
Greetings,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
YING JANG LIN
Top achievements
Rank 1
answered on 06 Apr 2010, 04:16 PM
Hi,

I want background image of carousel whthout opacity at bottom of backimage.
 
The ItemReflectionPercentage that's not for background image ,just for item image.

Thanks

Hope anybody can help me

0
Peter
Telerik team
answered on 09 Apr 2010, 01:57 PM
Hi YING JANG LIN,

Thanks for getting back.
 
You can easily customize the Carousel's background by using the Edit UI Elements dialog, available in the smart tag in design time. You should select the carousel, open Edit UI Elements and set the Number of colors to 1. Please, refer to the attached screenshot how to do this.

 
Greetings,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
YING JANG LIN
Top achievements
Rank 1
answered on 09 Apr 2010, 02:35 PM
Hi,Peter

Thanks those are worked for me.

but I also want to know what those in VB.net code?

Thanks, Peter
0
Peter
Telerik team
answered on 12 Apr 2010, 02:37 PM
Hello YING JANG LIN,

You can check the generated code in your Designer.vb file.For your convenience I also extract the code below:
 
CType(Me.RadCarousel1.GetChildAt(0).GetChildAt(0), Telerik.WinControls.Primitives.FillPrimitive).NumberOfColors = 1
 
CType(Me.RadCarousel1.GetChildAt(0).GetChildAt(0), Telerik.WinControls.Primitives.FillPrimitive).BackColor = System.Drawing.Color.Maroon


Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
YING JANG LIN
Top achievements
Rank 1
answered on 12 Apr 2010, 03:27 PM
Hi,Peter

Thanks you help for my question.

I thought without designer.vb , through use code of property to set number of color?

Thanks!
0
Peter
Telerik team
answered on 15 Apr 2010, 09:46 AM
Hi YING JANG LIN,

I am not quite sure that I correctly understand what you mean by saying: 'thought without designer.vb , through use code of property to set number of color?"

It will be very helpful for us if you manage to prepare a small WinForms application that manages to reproduce these issues and sent it to us via a new support ticket.

Thanks for your time.

Regards,
Peter
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Carousel
Asked by
YING JANG LIN
Top achievements
Rank 1
Answers by
Peter
Telerik team
YING JANG LIN
Top achievements
Rank 1
Share this question
or