VisualInteractionSource.Scale 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 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)
|