Share via


BackEasingFunction.Amplitude Property

Definition

Gets the amplitude of retraction associated with this BackEasingFunction.

public:
 property float Amplitude { float get(); };
float Amplitude();
public float Amplitude { get; }
var single = backEasingFunction.amplitude;
Public ReadOnly Property Amplitude As Single

Property Value

Single

float

The amplitude of retraction associated with this BackEasingFunction. This value must be greater than or equal to 0.

Remarks

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

Applies to