ScrollViewer.ZoomSnapPoints 属性
定义
重要
一些信息与预发行产品相关,相应产品在发行之前可能会进行重大修改。 对于此处提供的信息,Microsoft 不作任何明示或暗示的担保。
获取 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 值的集合。