Extended Library for WPF and Silverlight | ComponentOne
CoverFlow (Silverlight Only) / CoverFlow Features / Item Angle
In This Topic
    Item Angle
    In This Topic

    The ItemAngle  property sets the angle of the control’s unselected items. The value of the ItemAngle property is interpreted as a measurement of degree, so setting the ItemAngle property to 180 would flip the image horizontally. The default item angle is 60, which turns the unselected items at a 60-degree angle.

    Here are a few examples of ItemAngle property settings:

     

    ItemAngle = 1

    ItemAngle = 45

    ItemAngle = 90

     

    See Also