Console.LargestWindowWidth Propriedade

Definição

Obtém o maior número possível de colunas de janela do console, com base na fonte atual e resolução da tela.Gets the largest possible number of console window columns, based on the current font and screen resolution.

public:
 static property int LargestWindowWidth { int get(); };
public:
 static property int LargestWindowWidth { int get(); void set(int value); };
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static int LargestWindowWidth { get; }
public static int LargestWindowWidth { get; }
public static int LargestWindowWidth { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.LargestWindowWidth : int
member this.LargestWindowWidth : int
member this.LargestWindowWidth : int with get, set
Public Shared ReadOnly Property LargestWindowWidth As Integer
Public Shared Property LargestWindowWidth As Integer

Valor da propriedade

Int32

A largura da maior janela do console possível medida em colunas.The width of the largest possible console window measured in columns.

Atributos

Aplica-se a