VisualInteractionSource.ScaleVelocity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.