ElasticEasingFunction.Oscillations 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.
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.