View.Resources Property

Definition

Returns the resources associated with this view.

public virtual Android.Content.Res.Resources? Resources { [Android.Runtime.Register("getResources", "()Landroid/content/res/Resources;", "GetGetResourcesHandler")] get; }
[<get: Android.Runtime.Register("getResources", "()Landroid/content/res/Resources;", "GetGetResourcesHandler")>]
member this.Resources : Android.Content.Res.Resources

Property Value

Resources object.

Attributes

Remarks

Returns the resources associated with this view.

Java documentation for android.view.View.getResources().

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