Share via


ScrollPresenter.HorizontalSnapPoints Property

Definition

Gets the collection of snap points that affect the HorizontalOffset property.

public:
 property IVector<ScrollSnapPointBase ^> ^ HorizontalSnapPoints { IVector<ScrollSnapPointBase ^> ^ get(); };
IVector<ScrollSnapPointBase> HorizontalSnapPoints();
public IList<ScrollSnapPointBase> HorizontalSnapPoints { get; }
var iVector = scrollPresenter.horizontalSnapPoints;
Public ReadOnly Property HorizontalSnapPoints As IList(Of ScrollSnapPointBase)

Property Value

The collection of snap points that affect the HorizontalOffset property. The default is an empty collection.

Applies to

See also