Version

CellPropertyAnimationType Enumeration

Enumerates the options for how cell property animates are applied.
Syntax
public enum CellPropertyAnimationType : System.Enum 
Members
MemberDescription
BoolValueThe property is animated as a bool value.
BrushValueThe property is animated as a brush value.
DateValueThe property is animated as a date value.
DoubleValueThe property is animated as a double value.
EnumValueThe property is animated as a enum value.
FontValueThe property is animated as a font value.
IgnoredValueThe property value is ignored and not propagated to live cells.
IntValueThe property is animated as an int value.
NoneThe property value is not animated.
NumberValueThe property is animated as a number value.
ObjectValueThe property is animated as an object value.
StringValueThe propety is animated as a string value.
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