Skip to content

Latest commit

 

History

History
36 lines (21 loc) · 796 Bytes

displayareafallback.md

File metadata and controls

36 lines (21 loc) · 796 Bytes
-api-id -api-type
T:Microsoft.UI.Windowing.DisplayAreaFallback
winrt enum

Microsoft.UI.Windowing.DisplayAreaFallback

-description

Defines constants that specify which DisplayArea to use if no DisplayArea intersects with the given parameter.

-enum-fields

-field None: 0

Do not use any DisplayArea; return nullptr.

-field Primary: 1

Use the primary DisplayArea.

-field Nearest: 2

Use the nearest DisplayArea.

-remarks

-see-also

DisplayArea.Primary, DisplayArea.GetFromPoint, DisplayArea.GetFromRect, DisplayArea.GetFromWindowId

-examples