DpiChangedEventArgs.NewDpi Property

Definition

Gets the scale information after a DPI change.

public:
 property System::Windows::DpiScale NewDpi { System::Windows::DpiScale get(); };
public System.Windows.DpiScale NewDpi { get; }
member this.NewDpi : System.Windows.DpiScale
Public ReadOnly Property NewDpi As DpiScale

Property Value

The new DPI scale information.

Applies to