ScreenReaderPositionChangedEventArgs.ScreenPositionInRawPixels Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.