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

適用於