RefreshInteractionRatioChangedEventArgs.InteractionRatio Property

Definition

Gets the interaction ratio value.

Equivalent WinUI 2 API for UWP: Microsoft.UI.Xaml.Controls.RefreshInteractionRatioChangedEventArgs.InteractionRatio (for WinUI in the Windows App SDK, see the Windows App SDK namespaces).

public:
 property double InteractionRatio { double get(); };
double InteractionRatio();
public double InteractionRatio { get; }
var double = refreshInteractionRatioChangedEventArgs.interactionRatio;
Public ReadOnly Property InteractionRatio As Double

Property Value

Double

double

The interaction ratio value.

Applies to