ItemCollectionTransition.HasStarted 屬性
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
取得值,這個值表示衍生類別是否 ItemCollectionTransitionProvider
已經啟動這個轉換的動畫。
public:
property bool HasStarted { bool get(); };
bool HasStarted();
public bool HasStarted { get; }
var boolean = itemCollectionTransition.hasStarted;
Public ReadOnly Property HasStarted As Boolean
屬性值
Boolean
bool
true
ItemCollectionTransitionProvider
如果衍生類別已為此轉換啟動動畫,則為 ,false
否則為 。