Version

ScalingEffectStop Class

A strongly typed EffectStop used for Scaling effects. 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 ScalingEffectStop 
   Inherits EffectStop
public class ScalingEffectStop : EffectStop 
Remarks

Scaling effects give you control over the size of items within the XamCarouselPanel based on their position in the XamCarouselPanel's display area. For example, you can use a Scaling effect in conjunction with an Opacity effect to simulate perspective and make items appear to be fading into the distance.

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 ScalingEffectStop Value is from 0 and 10.

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