Version

ItemDisappearingStoryboard Property

Returns/sets the storyboard used to animate items before they disappear.
Syntax
'Declaration
 
Public Property ItemDisappearingStoryboard As Storyboard
public Storyboard ItemDisappearingStoryboard {get; set;}
Remarks

The storyboard is run when the user clicks on the expansion indicator to drill down into the child records of the DataRecord associated with the CarouselItem. The storyboard can be used to animate the disappearance of CarouselItems in the current list before the list of child records is shown.

Note: If this property is null a default storyboard is provided which animates the Opacity of each item to 0 and size of each item to twice its normal size.

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