Share via


LayoutTransition Constructors

Definition

Overloads

LayoutTransition()

Constructs a LayoutTransition object.

LayoutTransition(IntPtr, JniHandleOwnership)

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

LayoutTransition()

Constructs a LayoutTransition object.

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

Remarks

Constructs a LayoutTransition object. By default, the object will listen to layout events on any ViewGroup that it is set on and will run default animations for each type of layout event.

Java documentation for android.animation.LayoutTransition.LayoutTransition().

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

LayoutTransition(IntPtr, JniHandleOwnership)

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

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

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