Keysight Pathwave 89600 VSA .NET API
WindowScaleFactor Property
See Also 
Agilent.SA.Vsa.Interfaces Assembly > Agilent.SA.Vsa Namespace > Display Class : WindowScaleFactor Property


Glossary Item Box

Gets or sets the scaling factor applied to all window contents.

Syntax

Visual Basic (Declaration) 
Public MustOverride Property WindowScaleFactor As Double
C# 
public abstract double WindowScaleFactor {get; set;}
C++/CLI 
public:
abstract property double WindowScaleFactor {
   double get();
   void set (    double value);
}

Remarks

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.

Requirements

Target Platforms: Windows 11 Professional or Enterprise; Windows 10 Professional, Enterprise, or Education (64-bit)

See Also