Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 861 Bytes

linedisplaywindow_tryscrolltextasync_1652215112.md

File metadata and controls

29 lines (19 loc) · 861 Bytes
-api-id -api-type
M:Windows.Devices.PointOfService.LineDisplayWindow.TryScrollTextAsync(Windows.Devices.PointOfService.LineDisplayScrollDirection,System.UInt32)
winrt method

Windows.Devices.PointOfService.LineDisplayWindow.TryScrollTextAsync

-description

Scroll the window text contents the specified number of lines in the specified direction.

-parameters

-param direction

The direction in which to scroll text.

-param numberOfColumnsOrRows

The number of columns or rows to scroll. Columns are used if the scroll direction is left or right; rows are used if the scroll direction is up or down.

-returns

-remarks

-see-also

-examples