次の方法で共有


VisualInteractionSource.DeltaScale プロパティ

定義

今後のフレーム中に適用されるスケール変更の量。 乗算。 既定値は 1 です。 式/アニメーションでのみ読み取り可能です。

public:
 property float DeltaScale { float get(); };
float DeltaScale();
public float DeltaScale { get; }
var single = visualInteractionSource.deltaScale;
Public ReadOnly Property DeltaScale As Single

プロパティ値

Single

float

ビジュアル操作ソースのスケールの変更。

適用対象