LineDisplayCursorType LineDisplayCursorType LineDisplayCursorType LineDisplayCursorType Enum

Definition

Some information relates to pre-released product which may be substantially modified before it’s commercially released. Microsoft makes no warranties, express or implied, with respect to the information provided here.

Prerelease APIs are identified by a Prerelease label.

[Contains prerelease APIs.]
Defines the constants that indicate the type of cursor a line display is using.

public : enum class LineDisplayCursorTypepublic enum LineDisplayCursorTypePublic Enum LineDisplayCursorType// You can use this enum in JavaScript.
Attributes
Windows 10 requirements
Device family
Windows 10 Insider Preview (introduced v10.0.16257.0)
API contract
Windows.Foundation.UniversalApiContract (introduced v5)

Fields

Block Block Block Block

Prerelease. A block cursor.

HalfBlock HalfBlock HalfBlock HalfBlock

Prerelease. A half-block cursor.

None None None None

Prerelease. No cursor.

Other Other Other Other

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

Reverse Reverse Reverse Reverse

Prerelease. An inverted cursor.

Underline Underline Underline Underline

Prerelease. An underline cursor.