Android.Content.Res.Configuration.SmallestScreenWidthDp Property
The smallest screen size an application will see in normal operation, corresponding to smallest screen width resource qualifier.

Syntax

[Android.Runtime.Register("smallestScreenWidthDp")]
public int SmallestScreenWidthDp { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

The smallest screen size an application will see in normal operation, corresponding to smallest screen width resource qualifier. This is the smallest value of both screenWidthDp and screenHeightDp in both portrait and landscape. Set to Configuration.SmallestScreenWidthDpUndefined if no width is specified.

[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 13