Android.Views.View.Context Property
Returns the context the view is running in, through which it can access the current theme, resources, etc.

Syntax

[get: Android.Runtime.Register("getContext", "()Landroid/content/Context;", "GetGetContextHandler")]
public Android.Content.Context Context { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Returns the context the view is running in, through which it can access the current theme, resources, etc.

[Android Documentation]

Requirements

Namespace: Android.Views
Assembly: Mono.Android (in Mono.Android.dll)
Assembly Versions: 0.0.0.0
Since: Added in API level 1