RepeatedScrollSnapPoint Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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
- 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. |