Android.Animation.Keyframe.Fraction Property
Gets the time for this keyframe, as a fraction of the overall animation duration.

Syntax

[get: Android.Runtime.Register("getFraction", "()F", "GetGetFractionHandler")]
[set: Android.Runtime.Register("setFraction", "(F)V", "GetSetFraction_FHandler")]
public virtual float Fraction { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

Get method documentation [Android Documentation]

Gets the time for this keyframe, as a fraction of the overall animation duration.

Set method documentation [Android Documentation]

Sets the time for this keyframe, as a fraction of the overall animation duration.

Requirements

Namespace: Android.Animation
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 11