ElasticEase.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 or sets the number of times the target slides back and forth over the animation destination.
public:
property int Oscillations { int get(); void set(int value); };
int Oscillations();
void Oscillations(int value);
public int Oscillations { get; set; }
var int32 = elasticEase.oscillations;
elasticEase.oscillations = int32;
Public Property Oscillations As Integer
<ElasticEase Oscillations="int"/>
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. The default is 3.