LineDisplayCursorType Énumération

Définition

Définit les constantes qui indiquent le type de curseur utilisé par un affichage de ligne.

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
Héritage
LineDisplayCursorType
Attributs

Configuration requise pour Windows

Famille d’appareils
Windows 10 Fall Creators Update (introduit dans 10.0.16299.0)
API contract
Windows.Foundation.UniversalApiContract (introduit dans v5.0)

Champs

Block 1

Curseur de bloc.

HalfBlock 2

Curseur d’un demi-bloc.

None 0

Aucun pointeur.

Other 5

Un autre type de curseur (qui ne fait pas partie de la spécification UnifiedPOS).

Reverse 4

Curseur inversé.

Underline 3

Curseur de soulignement.

S’applique à