Console.LargestWindowWidth Proprietà

Definizione

Ottiene il maggior numero possibile di colonne della finestra della console, in base al tipo di carattere corrente e alla risoluzione dello schermo.

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

Valore della proprietà

Larghezza della finestra della console più grande misurata in colonne.

Attributi

Si applica a