共用方式為


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

底線游標。

適用於