Console.LargestWindowWidth Propriedade
Definição
Importante
Algumas informações dizem respeito a um produto pré-lançado que pode ser substancialmente modificado antes de ser lançado. A Microsoft não faz garantias, de forma expressa ou implícita, em relação à informação aqui apresentada.
Obtém o maior número possível de colunas na janela do console, com base na fonte atual e na resolução do ecrã.
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
Valor de Propriedade
A largura da maior janela possível da consola medida em colunas.
- Atributos