ScrollViewer.ZoomSnapPoints 属性

定义

获取 ScrollViewer 持有的缩放吸附点因子的可观察集合。

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

属性值

将缩放因子表示为吸附点的 Single 值的集合。

适用于