CoreFrameworkInputViewAnimationStartingEventArgs 类

定义

包含 CoreFrameworkInputView.PrimaryViewAnimationStarting 事件的事件数据。

注意

HoloLens 不支持。

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
继承
Object Platform::Object IInspectable CoreFrameworkInputViewAnimationStartingEventArgs
属性

Windows 要求

设备系列
Windows 11 (在 10.0.22000.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v14.0 中引入)

注解

仅供框架 (使用,例如 XAML) 或自定义文本控件。

遮挡事件可以先由应用处理。 如果应用不处理事件,则它们会浮升到需要处理事件的任何框架。

主视图是指 CoreInputViewKind.KeyboardCoreInputViewKind.Handwriting 视图,而 CoreInputView 可以是 CoreInputViewKind 中的任何类型。

属性

AnimationDuration

获取完成 CoreFrameworkInputView 动画所需的时间间隔。

FrameworkAnimationRecommended

获取一个值,该值指示框架是否应基于其他应用程序设置代表应用程序进行动画处理。

Occlusions

获取与动画 CoreFrameworkInputView 关联的 CoreInputViewOcclusion 对象的集合。

适用于