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

Content is overlapped in RadBorder during RotateTo animation

1 Answer 38 Views
Border
This is a migrated thread and some comments may be shown as answers.
Kyrylo
Top achievements
Rank 1
Kyrylo asked on 01 Nov 2019, 10:31 AM

I am trying to rotate by RadBorder to the left by -25. There are Grid with Image and Label inside and they are overlapped. Is it bug or I need to change something in my code? Help, please.

<telerikPrimitives:RadBorder x:Name="bnSolo" Grid.Row="0" Grid.Column="0" BackgroundColor="Transparent">
                    <Grid BackgroundColor="Transparent">
                        <Image Source="homesolo" />
                        <Label Text="Solo" />
                    </Grid>
                    <telerikPrimitives:RadBorder.GestureRecognizers>
                        <TapGestureRecognizer Tapped="PlayNowButton_Clicked" />
                    </telerikPrimitives:RadBorder.GestureRecognizers>
</telerikPrimitives:RadBorder>

 

 

await bnSolo.RotateTo(-25, 500, Easing.Linear);
await bnSolo.RotateTo(25, 500, Easing.Linear);
await bnSolo.RotateTo(0, 500, Easing.Linear);

 

 

 

 

 

1 Answer, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 04 Nov 2019, 12:47 PM

Hello Kyrylo,

I've just replied to the other post regarding the same case, please refer to the forum thread here:

https://www.telerik.com/forums/radborder-rotateto-animation-overlaps-inside-controls

Regards,
Yana
Progress Telerik

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 Feedback Portal and vote to affect the priority of the items
Tags
Border
Asked by
Kyrylo
Top achievements
Rank 1
Answers by
Yana
Telerik team
Share this question
or