ScreenBounds Property

Gets the overall pixel-size and position of the screen.

Definition

Namespace: Avalonia.Platform
Assembly: Avalonia.Controls (in Avalonia.Controls.dll) Version: 11.3.999
public PixelRect Bounds { get; protected set; }

Property Value

PixelRect

Remarks

This generally is the raw pixel counts in both the X and Y direction.

See Also