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 值的集合,表示縮放因數為貼齊點。