次の方法で共有


ScrollingZoomAnimationStartingEventArgs.EndZoomFactor プロパティ

定義

アニメーションの末尾にあるコンテンツ スケールを取得します。

public:
 property float EndZoomFactor { float get(); };
float EndZoomFactor();
public float EndZoomFactor { get; }
var single = scrollingZoomAnimationStartingEventArgs.endZoomFactor;
Public ReadOnly Property EndZoomFactor As Single

プロパティ値

Single

float

アニメーションの最後のコンテンツ スケール。

適用対象