Console.LargestWindowWidth プロパティ

定義

現在のフォントおよび画面解像度に基づいて、コンソール ウィンドウの最大列数を取得します。

public:
 static property int LargestWindowWidth { int get(); };
public:
 static property int LargestWindowWidth { int get(); void set(int value); };
[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; }
public static int LargestWindowWidth { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.LargestWindowWidth : int
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.LargestWindowWidth : int
member this.LargestWindowWidth : int
member this.LargestWindowWidth : int with get, set
Public Shared ReadOnly Property LargestWindowWidth As Integer
Public Shared Property LargestWindowWidth As Integer

プロパティ値

Int32

コンソール ウィンドウの幅の最大値 (列数)。

属性

適用対象