Resources.Theme.Resources Property

Definition

Returns the resources to which this theme belongs.

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

Property Value

Resources to which this theme belongs.

Attributes

Remarks

Returns the resources to which this theme belongs.

Java documentation for android.content.res.Resources.Theme.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