ItemCollectionTransitionProgress.Element 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 UIElement
to be animated.
public:
property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemCollectionTransitionProgress.element;
Public ReadOnly Property Element As UIElement
Property Value
The UIElement
to be animated.