Console.LargestWindowHeight Propriété

Définition

Obtient le plus grand nombre possible de lignes de fenêtre de console, selon la police et la résolution d'écran actuelles.

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

Valeur de propriété

Hauteur de la plus grande fenêtre de console possible mesurée en lignes.

Attributs

S’applique à