ElasticEasingFunction.Oscillations Property

Definition

Gets the number of times the target slides back and forth over the animation destination.

public:
 property int Oscillations { int get(); };
int Oscillations();
public int Oscillations { get; }
var int32 = elasticEasingFunction.oscillations;
Public ReadOnly Property Oscillations As Integer

Property Value

Int32

int

The number of times the target slides back and forth over the animation destination. This value must be greater than or equal to 0.

Remarks

The value of this property is set as a parameter of the CompositionEasingFunction.CreateElasticEasingFunction.md method.

Applies to