AllowHighDpi

Property

Namespace: Imagini

Declared in: Imagini.WindowSettings


Flag indicating if the OS should treat the window as high-DPI aware.

Syntax

public bool AllowHighDpi { public get; public set; }

Remarks

Should be specified at window creation, cannot be changed later. Default is false.
Back to index