次の方法で共有


VisualInteractionSource.Scale プロパティ

定義

相互作用の開始以降のスケールの割合差の合計。 乗算。 既定値は 1 です。 式/アニメーションでのみ読み取り可能です。

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

プロパティ値

Single

float

相互作用ソースのスケール。

適用対象