ElasticEase.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 or sets 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 double Springiness { double get(); void set(double value); };
double Springiness();
void Springiness(double value);
public double Springiness { get; set; }
var double = elasticEase.springiness;
elasticEase.springiness = double;
Public Property Springiness As Double
<ElasticEase Springiness="double"/>
Property Value
Double
double
A positive number that specifies the stiffness of the spring. The default value is 3.