共用方式為


ScrollPresenter.VerticalSnapPoints 屬性

定義

取得影響 VerticalOffset 屬性的貼齊點集合。

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)

屬性值

影響屬性的 VerticalOffset 貼齊點集合。 預設為空集合。

適用於

另請參閱