Visual Basic (Declaration) | |
---|---|
Public MustOverride Property WindowScaleFactor As Double |
C# | |
---|---|
public abstract double WindowScaleFactor {get; set;} |
The WindowScaleFactor is a number between 0.8 and 2.0 that controls the amount of scaling applied to the contents of all windows. A value of 1.0 is the default. A value of 2.0 means that all contents are rendered twice as large as when the WindowScaleFactor is 1.0.
Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)