The unselected images of a C1CoverFlow control appear at an angle of perspective, creating the illusion that the albums are stacked. By default, the angle of perspective is 70 degrees, but you can easily change the angle by setting the FlowAngle property. This topic assumes that you have created added a C1CoverFlow control with at least three images to your project (see Adding Images to the C1CoverFlow Control).
Complete the following steps:
1. Click the Source tab to enter Source view.
2. Add FlowAngle="0", which will change the flow angle to 0, to the <cc1:C1CoverFlow> tag so that the markup resembles the following:
<cc1:C1CoverFlow ID="C1CoverFlow1" runat="server" FlowAngle="0">
3. Open the project in Mobile Safari and observe that the album covers now rest flat against the background because the angle is set to 0 degrees.