Console.LargestWindowHeight プロパティ

定義

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

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

プロパティ値

コンソール ウィンドウの高さの最大値 (行数)。

属性

適用対象