Presentation.Resources Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the Resources
that should be used to inflate the layout of this presentation.
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
The presentation resources object.
- Attributes
Remarks
Gets the Resources
that should be used to inflate the layout of this presentation. This resources object has been configured according to the metrics of the display that the presentation appears on.
Java documentation for android.app.Presentation.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.