Console.LargestWindowWidth 属性

定义

根据当前字体和屏幕分辨率获取控制台窗口可能具有的最大列数。

public:
 static property int LargestWindowWidth { int get(); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static int LargestWindowWidth { get; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
[System.Runtime.Versioning.UnsupportedOSPlatform("android")]
[System.Runtime.Versioning.UnsupportedOSPlatform("ios")]
[System.Runtime.Versioning.UnsupportedOSPlatform("tvos")]
public static int LargestWindowWidth { get; }
public static int LargestWindowWidth { get; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member LargestWindowWidth : int
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
static member LargestWindowWidth : int
static member LargestWindowWidth : int
Public Shared ReadOnly Property LargestWindowWidth As Integer

属性值

控制台窗口可能具有的最大宽度,以列为单位。

属性

适用于