UtilConsoleCursorPosition Property

Gets the position of the cursor in the active console instance.

Use SetCursorPosition(Int32, Int32) to set the cursor position.

Definition

Namespace: DevCase.Core.Application.Console
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static Point CursorPosition { get; }

Property Value

Point

Remarks

See Also