Console.LargestWindowHeight Свойство

Определение

Возвращает максимальное число строк окна консоли с учетом текущего шрифта и разрешения экрана.

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

Значение свойства

Int32

Максимально возможная высота окна консоли измеряется в строках.

Атрибуты

Применяется к