Version

ColumnShowingAnimationMode Enumeration

Enumerates the options for how columns animate into view.
Syntax
public enum ColumnShowingAnimationMode : System.Enum 
Members
MemberDescription
AutoAutomatically selects the correct animation mode.
FadeInCells fade in.
NoneNo animation should be performed.
SlideFromBottomCells slide in from the bottom.
SlideFromBottomAndFadeInCells slide in from the bottom and fade in.
SlideFromLeftCells slide in from the left.
SlideFromLeftAndFadeInCells slide in from the left and fade in.
SlideFromRightCells slide in from the right.
SlideFromRightAndFadeInCells slide in from the right and fade in.
SlideFromTopCells slide in from the top.
SlideFromTopAndFadeInCells slide in from the top and fade in.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also