ScrollPresenter.VerticalSnapPoints Property

Definition

Overloads

VerticalSnapPoints

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

VerticalSnapPoints

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.

See also

Applies to