ScrollSnapPoint Classe

Définition

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
Object IInspectable SnapPointBase ScrollSnapPointBase ScrollSnapPoint
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.

S’applique à