VisualInteractionSource.ScaleVelocity Property

Definition

The instantaneous rate of change of scale in the interaction, in percent per second. Additive. Defaults to 0. Readble only via expression/animation.

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

Property Value

Single

float

The scale velocity of the interaction source.

Applies to