Hello,
I am using some text blocks in a coverflow and the text looks a bit blurry. Here is the code, and I have attached a picture. Am I doing something wrong?
Thanks =) (the row definition in the Grid is Auto)
Everything is looking blurry actually image included. edit: I can't seem to add another file while in an edit (on this forum)...if you want to see a comparision of the image in the control compared to looking at nativley i can post it seperatly.
2nd Edit. So when I put the image in picture viewer next to the control running in the browser I can see that the CoverFlow is stretching both the text and the image slightly.
3rd Edit: Looking at in expression, I can see that the size of the RadCoverFlowItem is:
Auto Width 109.962890625
Auto Height 52.363639831543
Setting these to 110 x 52 does make the text seem clearer but now when I run the program, the cover flow item is just showing the image blown up inside that space and obiterating any text...
Edit 4: So I have been studying your example and when I explicity set the size of the RadCoverFlowItem it seems to help. Though when explicity setting the size, you must set the image stretch to 'none'. As a matter of fact it seems that if the size has the same proportions it looks the best, but still the text is blurry. I will post another picture.