LineDisplayCursorAttributes.CursorType Property

Definition

Gets or sets the type of cursor used by the line display.

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

Property Value

The type of cursor used.

Remarks

Changes to this property are committed to the device on the next call to LineDisplayCursor.TryUpdateAttributesAsync(LineDisplayCursorAttributes).

Applies to

See also