CoreFrameworkInputViewAnimationStartingEventArgs 類別
定義
重要
部分資訊涉及發行前產品,在發行之前可能會有大幅修改。 Microsoft 對此處提供的資訊,不做任何明確或隱含的瑕疵擔保。
public ref class CoreFrameworkInputViewAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 851968)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class CoreFrameworkInputViewAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 851968)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class CoreFrameworkInputViewAnimationStartingEventArgs
Public NotInheritable Class CoreFrameworkInputViewAnimationStartingEventArgs
- 繼承
- 屬性
Windows 需求
裝置系列 |
Windows 11 (已於 10.0.22000.0 引進)
|
API contract |
Windows.Foundation.UniversalApiContract (已於 v14.0 引進)
|
備註
由架構 (使用,例如 XAML) 或自訂文字控制項。
您的應用程式可以先處理遮蔽事件。 如果您的應用程式未處理事件,它們會反升至任何需要處理事件的架構。
主要檢視是指 CoreInputViewKind.Keyboard 或 CoreInputViewKind.Handwriting 檢視,而 CoreInputView 可以是 CoreInputViewKind的任何類型。
屬性
AnimationDuration |
取得完成 CoreFrameworkInputView 動畫所需的時間間隔。 |
FrameworkAnimationRecommended |
取得值,這個值表示架構是否應該根據其他應用程式設定代表應用程式產生動畫效果。 |
Occlusions |
取得與動畫CoreFrameworkInputView相關聯的CoreInputViewOcclusion物件集合。 |