Version

SkewAngleXEffectStop Class

A strongly typed EffectStop used for effects that Skew items about the X-axis. Refer to the documentation for EffectStop for a full discussion of how to use EffectStops to apply parent effects to items in a XamCarouselPanel.
Syntax
'Declaration
 
Public Class SkewAngleXEffectStop 
   Inherits EffectStop
public class SkewAngleXEffectStop : EffectStop 
Remarks

Skewing effects give you control over the rotation of items about their X or Y axis, based on their position in the XamCarouselPanel's display area. For example, you can use a Skewing effects with a curved path to make items appear to be wrapping around the curve.

Refer to the Carousel Architecture Overview topic in the Developer's Guide for an explanation of how Carousel presentation works.

Note: This derived EffectStop class provides range validation for the Value property. The valid range for a SkewAngleXEffectStop Value is from -360 to +360.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also