Share via


ChangeScroll Constructors

Definition

Overloads

ChangeScroll()
ChangeScroll(Context, IAttributeSet)
ChangeScroll(IntPtr, JniHandleOwnership)

ChangeScroll()

[Android.Runtime.Register(".ctor", "()V", "", ApiSince=23)]
public ChangeScroll ();
Attributes

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

ChangeScroll(Context, IAttributeSet)

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

Parameters

context
Context
Attributes

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

ChangeScroll(IntPtr, JniHandleOwnership)

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

Parameters

javaReference
IntPtr

nativeint

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