DisplayInformation.ResolutionScale Property

Definition

Gets the scale factor of the app window.

public:
 property ResolutionScale ResolutionScale { ResolutionScale get(); };
ResolutionScale ResolutionScale();
public ResolutionScale ResolutionScale { get; }
var resolutionScale = displayInformation.resolutionScale;
Public ReadOnly Property ResolutionScale As ResolutionScale

Property Value

The scale factor of the app window.

Applies to