288 {
289 [UnsupportedOSPlatform("android")]
290 [UnsupportedOSPlatform("browser")]
291 [UnsupportedOSPlatform("ios")]
292 [UnsupportedOSPlatform("tvos")]
293 get
294 {
295 return ConsolePal.BufferWidth;
296 }
297 [SupportedOSPlatform("windows")]
298 set
299 {
300 ConsolePal.BufferWidth =
value;
301 }
302 }