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 对象的集合。 |