Compartir a través de


Slide Constructors

Definition

Overloads

Slide()

Constructor using the default Gravity#BOTTOM slide edge direction.

Slide(GravityFlags)

Constructor using the provided slide edge direction.

Slide(Context, IAttributeSet)

Constructor using the default Gravity#BOTTOM slide edge direction.

Slide(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

Slide()

Constructor using the default Gravity#BOTTOM slide edge direction.

[Android.Runtime.Register(".ctor", "()V", "")]
public Slide ();
Attributes

Remarks

Constructor using the default Gravity#BOTTOM slide edge direction.

Java documentation for android.transition.Slide.Slide().

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.

Applies to

Slide(GravityFlags)

Constructor using the provided slide edge direction.

[Android.Runtime.Register(".ctor", "(I)V", "")]
public Slide (Android.Views.GravityFlags slideEdge);
[<Android.Runtime.Register(".ctor", "(I)V", "")>]
new Android.Transitions.Slide : Android.Views.GravityFlags -> Android.Transitions.Slide

Parameters

slideEdge
GravityFlags
Attributes

Remarks

Constructor using the provided slide edge direction.

Java documentation for android.transition.Slide.Slide(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.

Applies to

Slide(Context, IAttributeSet)

Constructor using the default Gravity#BOTTOM slide edge direction.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")]
public Slide (Android.Content.Context? context, Android.Util.IAttributeSet? attrs);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;Landroid/util/AttributeSet;)V", "")>]
new Android.Transitions.Slide : Android.Content.Context * Android.Util.IAttributeSet -> Android.Transitions.Slide

Parameters

context
Context
Attributes

Remarks

Java documentation for android.transition.Slide.Slide().

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.

Applies to

Slide(IntPtr, JniHandleOwnership)

A constructor used when creating managed representations of JNI objects; called by the runtime.

protected Slide (IntPtr javaReference, Android.Runtime.JniHandleOwnership transfer);
new Android.Transitions.Slide : nativeint * Android.Runtime.JniHandleOwnership -> Android.Transitions.Slide

Parameters

javaReference
IntPtr

nativeint

A IntPtrcontaining a Java Native Interface (JNI) object reference.

transfer
JniHandleOwnership

A JniHandleOwnershipindicating how to handle javaReference

Remarks

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.

Applies to