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

RadCarousel Transparency

1 Answer 35 Views
Carousel
This is a migrated thread and some comments may be shown as answers.
Shahiran
Top achievements
Rank 1
Shahiran asked on 08 Oct 2014, 04:24 PM
Hi, how to change Word Icon to solid? I dont want the transperency effect. Scroll out the properties but I didnt found what I want.

1 Answer, 1 is accepted

Sort by
0
Dess | Tech Support Engineer, Principal
Telerik team
answered on 13 Oct 2014, 10:51 AM
Hello Shahiran,

Thank you for writing.

You can control the item's transparency by its Opacity property together with the CarouselContentItem.reflectionPrimitive.Visibility property:
foreach (CarouselContentItem item in this.radCarousel1.CarouselElement.CarouselItemContainer.Children)
{
    item.Opacity = 1;  
    item.reflectionPrimitive.Visibility = ElementVisibility.Collapsed;
}

I hope this information helps. Should you have further questions, I would be glad to help.

Regards,
Desislava
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
Carousel
Asked by
Shahiran
Top achievements
Rank 1
Answers by
Dess | Tech Support Engineer, Principal
Telerik team
Share this question
or