Android.Views.Animations.Animation.ScaleFactor Property
The scale factor is set by the call to getTransformation.

Syntax

[get: Android.Runtime.Register("getScaleFactor", "()F", "GetGetScaleFactorHandler")]
protected virtual float ScaleFactor { get; }

Value

Documentation for this section has not yet been entered.

Remarks

The scale factor is set by the call to getTransformation. Overrides of Animation.GetTransformation(long, Android.Views.Animations.Transformation, Android.Views.Animations.Transformation) will get this value directly. Overrides of Animation.ApplyTransformation(float, Android.Views.Animations.Transformation) can call this method to get the value.

[Android Documentation]

Requirements

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