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