Skip to content

Latest commit

 

History

History
32 lines (22 loc) · 642 Bytes

linedisplaytextattribute.md

File metadata and controls

32 lines (22 loc) · 642 Bytes
-api-id -api-type
T:Windows.Devices.PointOfService.LineDisplayTextAttribute
winrt enum

Windows.Devices.PointOfService.LineDisplayTextAttribute

-description

Defines the constants that indicate whether the line display is reversed or blinking.

-enum-fields

-field ReverseBlink:3

The display is reversed and blinking.

-field Reverse:2

The display is reversed.

-field Normal:0

The display not reverse or blinking (ie. normal).

-field Blink:1

The display is blinking.

-remarks

-see-also

-examples