MixedRealityDiagnosticsSystem.WindowScale 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.
Use to scale the window size up or down, can simulate a zooming effect.
public:
property float WindowScale { float get(); void set(float value); };
public float WindowScale { get; set; }
member this.WindowScale : single with get, set
Public Property WindowScale As Single