共用方式為


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要產生動畫效果的 。

適用於