365 {
366 [UnsupportedOSPlatform("android")]
367 [UnsupportedOSPlatform("browser")]
368 [UnsupportedOSPlatform("ios")]
369 [UnsupportedOSPlatform("tvos")]
370 get
371 {
372 return ConsolePal.WindowHeight;
373 }
374 [SupportedOSPlatform("windows")]
375 set
376 {
377 ConsolePal.WindowHeight =
value;
378 }
379 }