LineDisplayCursorType 枚举

定义

定义常量,这些常量指示线条显示所使用的光标类型。

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
继承
LineDisplayCursorType
属性

Windows 要求

设备系列
Windows 10 Fall Creators Update (在 10.0.16299.0 中引入)
API contract
Windows.Foundation.UniversalApiContract (在 v5.0 中引入)

字段

Block 1

块光标。

HalfBlock 2

半块光标。

None 0

不显示光标。

Other 5

另一种类型的游标 (不属于 UnifiedPOS 规范) 。

Reverse 4

倒置游标。

Underline 3

下划线光标。

适用于