RepeatedScrollSnapPoint Class

Definition

Represents multiple equidistant points that scrolled content can snap to.

/// [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 RepeatedScrollSnapPoint : 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 RepeatedScrollSnapPoint : ScrollSnapPointBase
Public Class RepeatedScrollSnapPoint
Inherits ScrollSnapPointBase
Inheritance
Object IInspectable SnapPointBase ScrollSnapPointBase RepeatedScrollSnapPoint
Attributes

Constructors

RepeatedScrollSnapPoint(Double, Double, Double, Double, ScrollSnapPointsAlignment)

Initializes a new instance of the RepeatedScrollSnapPoint class with the specified values.

Properties

Alignment

Gets a value that indicates where the snap point is located in relation to the viewport.

(Inherited from ScrollSnapPointBase)
End

Gets the end of the range in which the snap points are effective.

Interval

Gets the distance between two successive points.

Offset

Gets the distance by which points are shifted from 0.

Start

Gets the beginning of the range in which the snap points are effective.

Applies to