ScrollSnapPointBase.Alignment Propriété
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.
Obtient une valeur qui indique où se trouve le point d’ancrage par rapport à la fenêtre d’affichage.
public:
property ScrollSnapPointsAlignment Alignment { ScrollSnapPointsAlignment get(); };
ScrollSnapPointsAlignment Alignment();
public ScrollSnapPointsAlignment Alignment { get; }
var scrollSnapPointsAlignment = scrollSnapPointBase.alignment;
Public ReadOnly Property Alignment As ScrollSnapPointsAlignment
Valeur de propriété
Valeur de l’énumération qui indique l’emplacement du point d’ancrage par rapport à la fenêtre d’affichage.
Remarques
Les valeurs d’énumération d’alignement de Near
, Center
ou Far
indiquent où se trouve le point d’ancrage par rapport à la fenêtre d’affichage. Par exemple, pour un point d’alignement horizontal, l’alignement Near
correspond au bord gauche de la fenêtre d’affichage, Center
correspond au milieu de la fenêtre d’affichage et Far
correspond au bord droit.