Android.Content.Res.Resources.System Property
Return a global shared Resources object that provides access to only system resources (no application resources), and is not configured for the current screen (can not use dimension units, does not change based on orientation, etc).

Syntax

[get: Android.Runtime.Register("getSystem", "()Landroid/content/res/Resources;", "GetGetSystemHandler")]
public static Resources System { get; }

Value

Documentation for this section has not yet been entered.

Remarks

Return a global shared Resources object that provides access to only system resources (no application resources), and is not configured for the current screen (can not use dimension units, does not change based on orientation, etc).

[Android Documentation]

Requirements

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