TerminalControl.CursorBlinkingInterval Property
Namespace: Rebex.TerminalEmulation
Assembly: Rebex.Terminal.Control.dll (version 7.0.9147)
CursorBlinkingInterval
Gets or sets text cursor blinking interval (in miliseconds). Setting it to a value lower than 100 disables blinking.
Declaration
[Browsable(true)]
public int CursorBlinkingInterval { get; set; }
Property Value
Type | Description |
---|---|
Int32 | Text cursor blinking interval. |