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

交互源的规模。

适用于