Show / Hide Table of Contents

Method OnDpiChanged

| Edit this page View Source

OnDpiChanged(DpiScale, DpiScale)

Called when the DPI at which this View is rendered changes.

Declaration
protected override void OnDpiChanged(DpiScale oldDpi, DpiScale newDpi)
Parameters
Type Name Description
DpiScale oldDpi

The previous DPI scale setting.

DpiScale newDpi

The new DPI scale setting.

Overrides
Visual.OnDpiChanged(DpiScale, DpiScale)
  • Edit this page
  • View Source
In this article
Back to top Generated by DocFX