CoreFrameworkInputViewAnimationStartingEventArgs Classe

Définition

Contient des données d’événement pour l’événement CoreFrameworkInputView.PrimaryViewAnimationStarting .

Notes

Non pris en charge sur 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
Héritage
Object Platform::Object IInspectable CoreFrameworkInputViewAnimationStartingEventArgs
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 11 (introduit dans 10.0.22000.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v14.0)

Remarques

Utilisé uniquement par les frameworks (tels que XAML) ou les contrôles de texte personnalisés.

Les événements d’occluding peuvent d’abord être gérés par votre application. Si votre application ne gère pas les événements, ils s’affichent dans n’importe quelle infrastructure qui doit gérer les événements.

L’affichage principal fait référence à l’une des vues CoreInputViewKind.Keyboard ou CoreInputViewKind.Handwriting , tandis que CoreInputView peut être l’un des types de CoreInputViewKind.

Propriétés

AnimationDuration

Obtient l’intervalle de temps nécessaire pour terminer l’animation CoreFrameworkInputView .

FrameworkAnimationRecommended

Obtient une valeur qui indique si l’infrastructure doit s’animer pour le compte de l’application en fonction d’autres paramètres d’application.

Occlusions

Obtient la collection d’objets CoreInputViewOcclusion associés au CoreFrameworkInputView animé.

S’applique à