305 {
306 [UnsupportedOSPlatform("android")]
307 [UnsupportedOSPlatform("browser")]
308 [UnsupportedOSPlatform("ios")]
309 [UnsupportedOSPlatform("tvos")]
310 get
311 {
312 return ConsolePal.BufferHeight;
313 }
314 [SupportedOSPlatform("windows")]
315 set
316 {
317 ConsolePal.BufferHeight =
value;
318 }
319 }