ItemCollectionTransitionProgress.Element 属性

定义

UIElement获取要进行动画处理的 。

public:
 property UIElement ^ Element { UIElement ^ get(); };
UIElement Element();
public UIElement Element { get; }
var uIElement = itemCollectionTransitionProgress.element;
Public ReadOnly Property Element As UIElement

属性值

UIElement 进行动画处理的 。

适用于