ScreenReaderPositionChangedEventArgs.ScreenPositionInRawPixels Property

Definition

Gets a rectangle corresponding to the new location of the screen reader focus indicator (such as the Narrator focus highlight box).

public:
 property Rect ScreenPositionInRawPixels { Rect get(); };
Rect ScreenPositionInRawPixels();
public Rect ScreenPositionInRawPixels { get; }
var rect = screenReaderPositionChangedEventArgs.screenPositionInRawPixels;
Public ReadOnly Property ScreenPositionInRawPixels As Rect

Property Value

The physical screen coordinates of the upper left corner of the screen reader focus indicator, and its height and width, in pixels.

Applies to