Interface ICursorBlinkProvider
- Namespace
- SharpConsoleUI.Core
- Assembly
- SharpConsoleUI.dll
Interface for controls that can specify a preferred cursor blink behavior. Controls implementing this interface can customize whether the cursor blinks when focused.
public interface ICursorBlinkProvider
- Extension Methods
Properties
PreferredCursorBlink
Gets the preferred cursor blink behavior for this control. Return null to use the system default blink.
CursorBlink? PreferredCursorBlink { get; }