Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Carousel > Backimage without bottom of opacity

Not answered Backimage without bottom of opacity

Feed from this thread
  • YING JANG LIN avatar

    Posted on Apr 6, 2010 (permalink)

    Hi,

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

    Thanks

    Reply

  • Peter Peter admin's avatar

    Posted on Apr 6, 2010 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.
  • YING JANG LIN avatar

    Posted on Apr 6, 2010 (permalink)

    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

    Reply

  • Peter Peter admin's avatar

    Posted on Apr 9, 2010 (permalink)

    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.
    Attached files

    Reply

  • YING JANG LIN avatar

    Posted on Apr 9, 2010 (permalink)

    Hi,Peter

    Thanks those are worked for me.

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

    Thanks, Peter

    Reply

  • Peter Peter admin's avatar

    Posted on Apr 12, 2010 (permalink)

    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.

    Reply

  • YING JANG LIN avatar

    Posted on Apr 12, 2010 (permalink)

    Hi,Peter

    Thanks you help for my question.

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

    Thanks!

    Reply

  • Peter Peter admin's avatar

    Posted on Apr 15, 2010 (permalink)

    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.

    Reply

  • Say Hello to Telerik's PivotGrid for ASP.NET AJAX, Silverlight, WPF and WinForms. Now packed with OLAP support.

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Carousel > Backimage without bottom of opacity
Related resources for "Backimage without bottom of opacity"

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