Animation.ZAdjustment 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.
Returns the Z ordering mode to use while running the animation as
previously set by #setZAdjustment
. -or- Set the Z ordering mode to use while running the animation.
public virtual Android.Views.Animations.ContentZorder ZAdjustment { [Android.Runtime.Register("getZAdjustment", "()I", "GetGetZAdjustmentHandler")] get; [Android.Runtime.Register("setZAdjustment", "(I)V", "GetSetZAdjustment_IHandler")] set; }
[<get: Android.Runtime.Register("getZAdjustment", "()I", "GetGetZAdjustmentHandler")>]
[<set: Android.Runtime.Register("setZAdjustment", "(I)V", "GetSetZAdjustment_IHandler")>]
member this.ZAdjustment : Android.Views.Animations.ContentZorder with get, set
Property Value
Returns one of #ZORDER_NORMAL
,
#ZORDER_TOP
, or #ZORDER_BOTTOM
.
- Attributes
Remarks
Property getter documentation:
Returns the Z ordering mode to use while running the animation as previously set by #setZAdjustment
.
Java documentation for android.view.animation.Animation.getZAdjustment()
.
Property setter documentation:
Set the Z ordering mode to use while running the animation.
Java documentation for android.view.animation.Animation.setZAdjustment(int)
.
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.