Animation.ScaleCurrentDuration(Single) Method
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.
How much to scale the duration by.
[Android.Runtime.Register("scaleCurrentDuration", "(F)V", "GetScaleCurrentDuration_FHandler")]
public virtual void ScaleCurrentDuration (float scale);
[<Android.Runtime.Register("scaleCurrentDuration", "(F)V", "GetScaleCurrentDuration_FHandler")>]
abstract member ScaleCurrentDuration : single -> unit
override this.ScaleCurrentDuration : single -> unit
Parameters
- scale
- Single
The amount to scale the duration.
- Attributes
Remarks
How much to scale the duration by.
Java documentation for android.view.animation.Animation.scaleCurrentDuration(float)
.
Portions of this page are modifications based on work created and shared by the Android Open Source Project and used according to terms described in the Creative Commons 2.5 Attribution License.