Skip to content

Latest commit

 

History

History
27 lines (18 loc) · 1.05 KB

linedisplayattributes_currentwindow.md

File metadata and controls

27 lines (18 loc) · 1.05 KB
-api-id -api-type
P:Windows.Devices.PointOfService.LineDisplayAttributes.CurrentWindow
winrt property

Windows.Devices.PointOfService.LineDisplayAttributes.CurrentWindow

-description

Gets or sets the current window to which text is displayed.

-property-value

The current window to which text is displayed.

-remarks

Setting the current window does not refresh that window's viewport. If the viewports of the current window and another window overlap, and the other window has changed content within the viewport, then refreshWindow may be called to restore the window's viewport contents.

Changes to this property are committed to the device on the next call to ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes).

-see-also

ClaimedLineDisplay.TryUpdateAttributesAsync(LineDisplayAttributes)

-examples