See Also: Configuration Members
This class describes all device configuration information that can impact the resources the application retrieves. This includes both user-specified configuration options (locale and scaling) as well as device configurations (such as input modes, screen size and screen orientation).
java Example
Configuration config = getResources().getConfiguration();
You can acquire this object from Android.Content.Res.Resources, using Resources.Configuration. Thus, from an activity, you can get it by chaining the request with Android.Views.ContextThemeWrapper.getResources():