CoverFlow (Silverlight Only) > CoverFlow for Silverlight Task-Based Help > Changing the Camera's Vertical Position |
You can change the vertical position of the camera by setting the EyeHeight property (for more information, see the Eye Height topic). In this topic, you’ll set the EyeHeight property to 1 so that the camera will view the C1CoverFlow items from the bottom.
In Blend
Complete the following steps:
In XAML
Add EyeHeight=”1” to the <c1ext:C1CoverFlow> tag so that the markup resembles the following:
XAML |
Copy Code
|
---|---|
<c1ext:C1CoverFlow Margin="0,0,87,233" EyeHeight="1"> |
In Code
Complete the following steps:
Visual Basic Copy Code C1CoverFlow1.EyeHeight = 1
C# Copy Code C1CoverFlow1.EyeHeight = 1;
This Topic Illustrates the Following:
The following image demonstrates a C1CoverFlow control with its EyeHeight property set to 1.