ScrollPresenter.VerticalSnapPoints Property

Definition

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

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

Property Value

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

Applies to

See also