Share via


ScrollingZoomAnimationStartingEventArgs Classe

Définition

Fournit des données pour l'événement ScrollView.ZoomAnimationStarting.

public ref class ScrollingZoomAnimationStartingEventArgs sealed
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
class ScrollingZoomAnimationStartingEventArgs final
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
public sealed class ScrollingZoomAnimationStartingEventArgs
Public NotInheritable Class ScrollingZoomAnimationStartingEventArgs
Héritage
Object Platform::Object IInspectable ScrollingZoomAnimationStartingEventArgs
Attributs

Remarques

Ces arguments d’événement sont utilisés par l’événement ScrollView.ZoomAnimationStarting , qui est déclenché lorsqu’un appel à ZoomTo ou ZoomBy déclenche une animation. Vous pouvez gérer l’événement pour personnaliser l’animation.

Propriétés

Animation

Obtient ou définit l’animation à exécuter pendant la modification du facteur de zoom animé. L’animation cible l’échelle du contenu.

CenterPoint

Obtient le point central pour la modification du facteur de zoom.

CorrelationId

Obtient l’ID de corrélation associé au changement de facteur de zoom animé, précédemment retourné par ZoomTo ou ZoomBy.

EndZoomFactor

Obtient l’échelle du contenu à la fin de l’animation.

StartZoomFactor

Obtient l’échelle du contenu au début de l’animation.

S’applique à

Voir aussi