CoreInputViewAnimationStartingEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class CoreInputViewAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreInputViewAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreInputViewAnimationStartingEventArgs
Public NotInheritable Class CoreInputViewAnimationStartingEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
|
備註
由架構 (使用,例如 XAML) 或自訂文字控制項。
您的應用程式可以先處理遮蔽事件。 如果您的應用程式未處理事件,它們會反升至任何需要處理事件的架構。
屬性
AnimationDuration |
取得完成 CoreInputView 動畫所需的時間間隔。 重要 當設定以 CoreInputView顯示或隱藏為基礎的任何動畫持續時間時,應用程式應該使用此值。 如果協調應用程式與 CoreInputView之間的動畫,請確定應用程式動畫在 CoreInputView 動畫之前未完成。 |
Handled |
取得或設定值,這個值會將事件標示為已處理。 Handled 的 true 值可防止事件路由上的大部分處理常式再次處理相同的事件。 |
Occlusions |
取得與動畫CoreInputView相關聯之 CoreInputViewOcclusion物件的集合。 |