ViewPropertyAnimator.ZBy(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.
This method will cause the View's z
property to be animated by the
specified value.
[Android.Runtime.Register("zBy", "(F)Landroid/view/ViewPropertyAnimator;", "GetZBy_FHandler")]
public virtual Android.Views.ViewPropertyAnimator ZBy (float value);
[<Android.Runtime.Register("zBy", "(F)Landroid/view/ViewPropertyAnimator;", "GetZBy_FHandler")>]
abstract member ZBy : single -> Android.Views.ViewPropertyAnimator
override this.ZBy : single -> Android.Views.ViewPropertyAnimator
Parameters
- value
- Single
The amount to be animated by, as an offset from the current value.
Returns
This object, allowing calls to methods in this class to be chained.
- Attributes
Remarks
This method will cause the View's z
property to be animated by the specified value. Animations already running on the property will be canceled.
Java documentation for android.view.ViewPropertyAnimator.zBy(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.