Skip to content

Latest commit

 

History

History
33 lines (22 loc) · 957 Bytes

linedisplaywindow_trydisplaytextasync_463125215.md

File metadata and controls

33 lines (22 loc) · 957 Bytes
-api-id -api-type
M:Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayTextAsync(System.String,Windows.Devices.PointOfService.LineDisplayTextAttribute,Windows.Foundation.Point)
winrt method

Windows.Devices.PointOfService.LineDisplayWindow.TryDisplayTextAsync

-description

Try to display the specified text at a specified position in the line display window, using the specified display attribute.

-parameters

-param text

The text to be displayed.

-param displayAttribute

The display attribute to be applied to the window.

-param startPosition

The row and column at which to start displaying the text.

-returns

True if the text was displayed successfully; otherwise, false.

-remarks

-see-also

-examples