BackEasingFunction.Amplitude 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 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.