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

RadPictureRotatorHubTile Style Syntax Errors

1 Answer 19 Views
HubTile
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Jason
Top achievements
Rank 1
Jason asked on 10 Feb 2014, 02:17 PM
I have create a copy style, this is an extract from it. The properties FirstContent and SecondContent are coming up with errors :-

The member "FirstContent" is not recognized or is not accessible.
The member "SecondContent" is not recognized or is not accessible.

I'm basically trying to get the rotating images to fill my 220x220 tile whether they are landscape or portrait!!

<StackPanel x:Name="PART_Panel">
<Canvas Height="{TemplateBinding Height}" Width="{TemplateBinding Width}">
<Grid x:Name="PART_FirstContent" Width="396" Height="396" Margin="-160,0,0,0" VerticalAlignment="Center">
<ContentPresenter Content="{TemplateBinding FirstContent}" VerticalAlignment="Center"/>
</Grid>
</Canvas>
<Canvas Height="{TemplateBinding Height}" Width="{TemplateBinding Width}" VerticalAlignment="Center">
<Grid Width="396" Height="396" Margin="-160,0,0,0" >
<ContentPresenter Content="{TemplateBinding SecondContent}" VerticalAlignment="Center"/>
</Grid>
</Canvas>
</StackPanel>
</Canvas>

1 Answer, 1 is accepted

Sort by
0
Deyan
Telerik team
answered on 13 Feb 2014, 11:30 AM
Hi Jason,

Based on this code snippet alone we cannot say what exactly happens.

Can you please send us your whole project and we will try to help?

You will have to open a new support ticket to be able to attach your project.

Regards,
Deyan
Telerik
If you want to get updates on new releases, tips and tricks and sneak peek previews directly from the developers working on the UI for Windows Phone, subscribe to the blog feed now.
Tags
HubTile
Asked by
Jason
Top achievements
Rank 1
Answers by
Deyan
Telerik team
Share this question
or