Skip to content

Latest commit

 

History

History
39 lines (26 loc) · 700 Bytes

linedisplaycursortype.md

File metadata and controls

39 lines (26 loc) · 700 Bytes
-api-id -api-type
T:Windows.Devices.PointOfService.LineDisplayCursorType
winrt enum

Windows.Devices.PointOfService.LineDisplayCursorType

-description

Defines the constants that indicate the type of cursor a line display is using.

-enum-fields

-field Underline:3

An underline cursor.

-field Reverse:4

An inverted cursor.

-field Other:5

Another type of cursor (not part of the UnifiedPOS specification).

-field None:0

No cursor.

-field HalfBlock:2

A half-block cursor.

-field Block:1

A block cursor.

-remarks

-see-also

-examples