Freigeben über


LineDisplayCursorType Enumeration

Definition

Definiert die Konstanten, die den Typ des Cursors angeben, den eine Linienanzeige verwendet.

public enum class LineDisplayCursorType
/// [Windows.Foundation.Metadata.ContractVersion(Windows.Foundation.UniversalApiContract, 327680)]
enum class LineDisplayCursorType
[Windows.Foundation.Metadata.ContractVersion(typeof(Windows.Foundation.UniversalApiContract), 327680)]
public enum LineDisplayCursorType
var value = Windows.Devices.PointOfService.LineDisplayCursorType.none
Public Enum LineDisplayCursorType
Vererbung
LineDisplayCursorType
Attribute

Windows-Anforderungen

Gerätefamilie
Windows 10 Fall Creators Update (eingeführt in 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (eingeführt in v5.0)

Felder

Block 1

Ein Blockcursor.

HalfBlock 2

Ein Halbblockcursor.

None 0

Kein Cursor.

Other 5

Ein anderer Cursortyp (nicht Teil der UnifiedPOS-Spezifikation).

Reverse 4

Ein invertierter Cursor.

Underline 3

Ein Unterstrichscursor.

Gilt für: