Version

OpacityEffectStop Class

A strongly typed EffectStop used for Opacity 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 OpacityEffectStop 
   Inherits EffectStop
public class OpacityEffectStop : EffectStop 
Remarks

Opacity effects give you control over the opacity of items within the XamCarouselPanel based on their position in the XamCarouselPanel's display area. For example, you can use an Opacity effect in conjunction with a Scaling 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 an OpacityEffectStop Value is from 0 to 1.

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