ScrollPresenter.HorizontalSnapPoints 属性

定义

获取影响 属性的吸附点的 HorizontalOffset 集合。

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)

属性值

影响 属性的吸附点集合 HorizontalOffset 。 默认值为空集合。

适用于

另请参阅