EdgeEffect Constructors

Definition

Overloads

EdgeEffect(Context)

Construct a new EdgeEffect with a theme appropriate for the provided context.

EdgeEffect(Context, IAttributeSet)

Construct a new EdgeEffect with a theme appropriate for the provided context.

EdgeEffect(IntPtr, JniHandleOwnership)

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

EdgeEffect(Context)

Construct a new EdgeEffect with a theme appropriate for the provided context.

[Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")]
public EdgeEffect (Android.Content.Context? context);
[<Android.Runtime.Register(".ctor", "(Landroid/content/Context;)V", "")>]
new Android.Widget.EdgeEffect : Android.Content.Context -> Android.Widget.EdgeEffect

Parameters

context
Context

Context used to provide theming and resource information for the EdgeEffect

Attributes

Remarks

Construct a new EdgeEffect with a theme appropriate for the provided context.

Java documentation for android.widget.EdgeEffect.EdgeEffect(android.content.Context).

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

EdgeEffect(Context, IAttributeSet)

Construct a new EdgeEffect with a theme appropriate for the provided context.

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

Parameters

context
Context

Context used to provide theming and resource information for the EdgeEffect

attrs
IAttributeSet

The attributes of the XML tag that is inflating the view

Attributes

Remarks

Construct a new EdgeEffect with a theme appropriate for the provided context.

Java documentation for android.widget.EdgeEffect.EdgeEffect(android.content.Context, android.util.AttributeSet).

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

EdgeEffect(IntPtr, JniHandleOwnership)

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

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

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