UISettings.TextScaleFactor 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 value of the system text size setting.
public:
property double TextScaleFactor { double get(); };
double TextScaleFactor();
public double TextScaleFactor { get; }
var double = uISettings.textScaleFactor;
Public ReadOnly Property TextScaleFactor As Double
Property Value
Double
double
The value ranges from 1 to 2.25.
Note
Not all text is scaled by the same factor. Generally speaking, the larger text is, the less it’s affected by scaling.