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

A new control suggestion/request!

2 Answers 62 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Ben Hayat
Top achievements
Rank 2
Ben Hayat asked on 04 Nov 2009, 04:06 PM
Since the team has managed to create reflection using the SL Shader feature in the CoverFlow, I'd like to suggest/request a stand alone version of a "Reflection" control that would create reflection for any FrameworkElement as it's content. This is very handy and useful control to have for creating logos and banners and etc.

Thanks!
..Ben

2 Answers, 1 is accepted

Sort by
0
Accepted
Valeri Hristov
Telerik team
answered on 04 Nov 2009, 04:21 PM
Hi Ben,

Right now, you could use our ReflectionShader effect for that purpose:
<Rectangle Width="200" Height="200" Fill="Red">
    <Rectangle.Effect>
        <telerikNavigation:ReflectionShader ElementHeight="200" />
    </Rectangle.Effect>
</Rectangle>

What can be done in the ReflectingContentControl is the synchronization of the ElementHeight and Height of the content.

I will add this control to the suite backlog, hopefully we will have time for implementation in the very near future.

Kind regards,
Valeri Hristov
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Watch a video on how to optimize your support resource searches and check out more tips on the blogs.
0
Ben Hayat
Top achievements
Rank 2
answered on 04 Nov 2009, 04:34 PM
Thank you Valeri for prompt response. It's great to have this option for the time being and I hope it makes it to a control. Thanks again.
..Ben
Tags
General Discussions
Asked by
Ben Hayat
Top achievements
Rank 2
Answers by
Valeri Hristov
Telerik team
Ben Hayat
Top achievements
Rank 2
Share this question
or