Console.LargestWindowWidth Propriété

Définition

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

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

Valeur de propriété

Largeur de la plus grande fenêtre de console possible mesurée en colonnes.

Attributs

S’applique à