394 {
395 [SupportedOSPlatform("windows")]
396 get
397 {
398 return ConsolePal.CursorVisible;
399 }
400 [UnsupportedOSPlatform("android")]
401 [UnsupportedOSPlatform("browser")]
402 [UnsupportedOSPlatform("ios")]
403 [UnsupportedOSPlatform("tvos")]
404 set
405 {
406 ConsolePal.CursorVisible =
value;
407 }
408 }