'Declaration Public Enum EffectStopDirection Inherits System.Enum
public enum EffectStopDirection : System.Enum
Member | Description |
---|---|
Default | The direction should default to a value that makes sense for the effect being applied. |
Horizontal | EffectStops should be evaluated by treating their EffectStop.Offsets as a percentage into a range of values that describe a horizontal extent. |
UseItemPath | EffectStops should be evaluated by treating their EffectStop.Offsets as a percentage along the CarouselViewSettings.ItemPath. |
Vertical | EffectStops should be evaluated by treating their EffectStop.Offsets as a percentage into a range of values that describe a vertical extent. |
The enumeration contains values for evaluating EffectStops based on an item's position along the CarouselViewSettings.ItemPath or based on the item's vertical or horizontal position within the XamCarouselPanel.
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