ElasticEasingFunction.Springiness Property

Definition

Gets the stiffness of the spring. The smaller the Springiness value is, the stiffer the spring and the faster the elasticity decreases in intensity over each oscillation.

public:
 property float Springiness { float get(); };
float Springiness();
public float Springiness { get; }
var single = elasticEasingFunction.springiness;
Public ReadOnly Property Springiness As Single

Property Value

Single

float

A positive number that specifies the stiffness of the spring.

Remarks

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

Applies to