ScreensRequestScreenDetails Method
Asks underlying platform to provide detailed screen information.
On some platforms it might include non-primary screens, as well as display names.
Namespace: Avalonia.ControlsAssembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public Task<bool> RequestScreenDetails()
Public Function RequestScreenDetails As Task(Of Boolean)
member RequestScreenDetails : unit -> Task<bool>
Return Value
TaskBooleanTrue, if detailed screen information was provided. False, if denied by the platform or user.
This method is async and might show a dialog to the user asking for a permission.