Console.LargestWindowHeight 속성

정의

현재 글꼴 및 화면 해상도에 따라 콘솔 창 행의 가능한 최대 수를 가져옵니다.

public:
 static property int LargestWindowHeight { int get(); };
public:
 static property int LargestWindowHeight { int get(); void set(int value); };
[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; }
public static int LargestWindowHeight { get; set; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
member this.LargestWindowHeight : int
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
member this.LargestWindowHeight : int
member this.LargestWindowHeight : int
member this.LargestWindowHeight : int with get, set
Public Shared ReadOnly Property LargestWindowHeight As Integer
Public Shared Property LargestWindowHeight As Integer

속성 값

Int32

콘솔 창의 가능한 최대 높이(행)입니다.

특성

적용 대상