Version

ZOrderEffectStop Class

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

ZOrder effects give you control over the z-index of items based on their position in the XamCarouselPanel's display area. For example, you can use a ZOrder effect for items on a circular path to ensure that items at the bottom of the circle (i.e., logically closer to the viewer's eye) are topmost, with items to the right and left further down in the zorder.

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 EffectStop.Value property. The valid range for a ZOrderEffectStop Value is from 0 to 1 (with 0 representing 'bottommost' and 1 representing 'topmost')

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