共用方式為


ScrollPresenter.ZoomSnapPoints 屬性

定義

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

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

屬性值

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

適用於

另請參閱