ScrollSnapPoint Classe
Définition
Important
Certaines informations portent sur la préversion du produit qui est susceptible d’être en grande partie modifiée avant sa publication. Microsoft exclut toute garantie, expresse ou implicite, concernant les informations fournies ici.
Représente un point unique sur lequel le contenu défilé peut s’aligner.
/// [Windows.Foundation.Metadata.ContractVersion(Microsoft.UI.Xaml.XamlContract, 327680)]
/// [Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
/// [Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
class ScrollSnapPoint : ScrollSnapPointBase
[Windows.Foundation.Metadata.ContractVersion(typeof(Microsoft.UI.Xaml.XamlContract), 327680)]
[Windows.Foundation.Metadata.MarshalingBehavior(Windows.Foundation.Metadata.MarshalingType.Agile)]
[Windows.Foundation.Metadata.Threading(Windows.Foundation.Metadata.ThreadingModel.Both)]
public class ScrollSnapPoint : ScrollSnapPointBase
Public Class ScrollSnapPoint
Inherits ScrollSnapPointBase
- Héritage
- Attributs
Constructeurs
ScrollSnapPoint(Double, ScrollSnapPointsAlignment) |
Initialise une nouvelle instance de la classe ScrollSnapPoint avec la valeur et l’alignement spécifiés. |
Propriétés
Alignment |
Obtient une valeur qui indique où se trouve le point d’ancrage par rapport à la fenêtre d’affichage. (Hérité de ScrollSnapPointBase) |
Value |
Obtient l’emplacement du point d’ancrage par rapport à l’origine de la fenêtre d’affichage. |