Slide Constructors
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.
Overloads
Slide() |
Constructor using the default |
Slide(GravityFlags) |
Constructor using the provided slide edge direction. |
Slide(Context, IAttributeSet) |
Constructor using the default |
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
- attrs
- IAttributeSet
- 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
- 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.