Android.Util.DisplayMetrics.ScaledDensity Property
A scaling factor for fonts displayed on the display.

Syntax

[Android.Runtime.Register("scaledDensity")]
public float ScaledDensity { get; set; }

Value

Documentation for this section has not yet been entered.

Remarks

A scaling factor for fonts displayed on the display. This is the same as DisplayMetrics.Density, except that it may be adjusted in smaller increments at runtime based on a user preference for the font size.

[Android Documentation]

Requirements

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