ItemCollectionTransition.Operation Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the operation that is being animated.
public:
property ItemCollectionTransitionOperation Operation { ItemCollectionTransitionOperation get(); };
ItemCollectionTransitionOperation Operation();
public ItemCollectionTransitionOperation Operation { get; }
var itemCollectionTransitionOperation = itemCollectionTransition.operation;
Public ReadOnly Property Operation As ItemCollectionTransitionOperation
Property Value
The operation that is being animated.