IScrollControllerPanningInfo Interface

Définition

Encapsule les informations relatives au panoramique indépendant des threads d’interface utilisateur qu’une IScrollController implémentation peut prendre en charge.

public interface class IScrollControllerPanningInfo
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
struct IScrollControllerPanningInfo
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.Guid(1406513921, 39595, 22972, 146, 205, 66, 207, 33, 171, 213, 144)]
public interface IScrollControllerPanningInfo
Public Interface IScrollControllerPanningInfo
Attributs

Propriétés

IsRailEnabled

Obtient une valeur qui indique si le mouvement d’un élément panoramique doit être verrouillé sur une orientation (horizontale ou verticale).

PanningElementAncestor

Obtient un ancêtre d’un UIElement qui peut être mis en panne avec touch off le thread d’interface utilisateur, comme le ScrollPresentercontenu de .

PanOrientation

Obtient une valeur qui indique si le contenu peut être mis en panne horizontalement ou verticalement.

Méthodes

SetPanningElementExpressionAnimationSources(CompositionPropertySet, String, String, String, String)

Fournit des informations sur les animations d’expression utilisées pour prendre en charge le panoramique.

Événements

Changed

Se produit lorsqu'une propriété IScrollControllerPanningInfo change.

PanRequested

Se produit lorsqu’un utilisateur tente de lancer un panoramique à l’aide d’un écran tactile ou d’un stylet.

S’applique à