DpiChangedEventArgs.OldDpi Property

Definition

Gets the DPI scale information before a DPI change.

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

Property Value

Information about the previous DPI scale.

Applies to