LineDisplayCursorAttributes.CursorType 属性

定义

获取或设置线条显示使用的光标类型。

public:
 property LineDisplayCursorType CursorType { LineDisplayCursorType get(); void set(LineDisplayCursorType value); };
LineDisplayCursorType CursorType();

void CursorType(LineDisplayCursorType value);
public LineDisplayCursorType CursorType { get; set; }
var lineDisplayCursorType = lineDisplayCursorAttributes.cursorType;
lineDisplayCursorAttributes.cursorType = lineDisplayCursorType;
Public Property CursorType As LineDisplayCursorType

属性值

使用的游标的类型。

注解

在下一次调用 LineDisplayCursor.TryUpdateAttributesAsync (LineDisplayCursorAttributes) 时,会将对此属性的更改提交到设备。

适用于

另请参阅