VisualInteractionSource.Scale Property

Definition

The total percentage-difference in scale since the start of the interaction. Multiplicative. Defaults to 1. Readable only via expression/animation.

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

Property Value

Single

float

The scale of the interaction source.

Windows requirements

Device family
Windows 10 Creators Update (introduced in 10.0.15063.0)
API contract
Windows.Foundation.UniversalApiContract (introduced in v4.0)

Applies to