Version

ColumnPropertyUpdatingAnimationMode Enumeration

Enumerates the options for how changes to column properties are animated.
Syntax
public enum ColumnPropertyUpdatingAnimationMode : System.Enum 
Members
MemberDescription
AutoAutomatically decides on the animation mode to use.
InterpolateThe previous value and the next value are interpolated between.
InterpolateDeepDeep values within the previous and next value are interpolated between.
NoneNo animation is performed.
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