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 値のコレクション。

適用対象