'Declaration Public Property OpacityEffectStops As OpacityEffectStopCollection
public OpacityEffectStopCollection OpacityEffectStops {get; set;}
Note: the UseOpacity property must be set to true for these OpacityEffectStops to be applied.
The way in which the opacity effect stops are applied to each item is determined by the item's location in the display area of the XamCarouselPanel and the setting of the OpacityEffectStopDirection property.
For example, if you are using a circular path and you want to give the user the sense that the items at the top of the circle are further away, set the this property to EffectStopDirection.Vertical and add OpacityEffectStops that range from a value of .6 at an Offset of zero to a value of 1 at an Offset of 1. This will make the items 'in the distance' appear a bit more transparent. To further enhance the perspective effect you can also do a similar thing with ScalingEffectStops - make items in the foreground (i.e., bottom of the circle) bigger and items in the back (i.e., top of the circle) smaller.
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