Skip to content

Latest commit

 

History

History
33 lines (20 loc) · 1.11 KB

screenreaderservice_currentscreenreaderposition.md

File metadata and controls

33 lines (20 loc) · 1.11 KB
-api-id -api-type ms.custom
P:Windows.UI.Accessibility.ScreenReaderService.CurrentScreenReaderPosition
winrt property
RS5

Windows.UI.Accessibility.ScreenReaderService.CurrentScreenReaderPosition

-description

Gets both the rectangle corresponding to the current position of the screen reader focus indicator (such as the Narrator focus highlight box) and whether the screen reader is in continuous reading mode.

-property-value

An object that provides:

  • The physical screen coordinates of the upper left corner of the screen reader focus indicator, and its height and width, in pixels.
  • A boolean that indicates whether the screen reader is in continuous reading mode.

-remarks

If there is no currently active screen reader, or one cannot be detected, the data returned by this property is not reliable.

-see-also

ScreenReaderPositionChangedEventArgs.ScreenPositionInRawPixels

-examples