Enumeration ColumnPropertyUpdatingAnimationMode

Enumerates the options for how changes to column properties are animated.

Enumeration Members

Auto: 0

Automatically decides on the animation mode to use.

Interpolate: 2

The previous value and the next value are interpolated between.

InterpolateDeep: 3

Deep values within the previous and next value are interpolated between.

None: 1

No animation is performed.