LayoutTransition 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
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
- 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.