TypeWritterWriteLine Method
Writes text simulating a typewritter effect, and adds a break-line at the end.
Namespace: DevCase.Core.Application.ConsoleAssembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
public static void WriteLine(
string text,
int typeSpeed = 75,
int pauseDuration = 400
)
public:
static void WriteLine(
String^ text,
int typeSpeed = 75,
int pauseDuration = 400
)
static member WriteLine :
text : string *
?typeSpeed : int *
?pauseDuration : int
(* Defaults:
let _typeSpeed = defaultArg typeSpeed 75
let _pauseDuration = defaultArg pauseDuration 400
*)
-> unit
No code example is currently available or this language may not be supported.
Parameters
- text String
-
The text to type.
- typeSpeed Int32 (Optional)
-
The typying speed, in ms.
- pauseDuration Int32 (Optional)
-
The pause duration of the punctuation characters, in ms.