public enum ColumnPropertyUpdatingAnimationMode : System.Enum
Member | Description |
---|---|
Auto | Automatically decides on the animation mode to use. |
Interpolate | The previous value and the next value are interpolated between. |
InterpolateDeep | Deep values within the previous and next value are interpolated between. |
None | No animation is performed. |
Target Platforms: Android 4.4+, iOS 8+
Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+