Console.LargestWindowHeight 속성
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
현재 글꼴 및 화면 해상도에 따라 가능한 가장 큰 콘솔 창 행 수를 가져옵니다.
public:
static property int LargestWindowHeight { 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 LargestWindowHeight { get; }
[System.Runtime.Versioning.UnsupportedOSPlatform("browser")]
public static int LargestWindowHeight { get; }
public static int LargestWindowHeight { get; }
[<System.Runtime.Versioning.UnsupportedOSPlatform("android")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("ios")>]
[<System.Runtime.Versioning.UnsupportedOSPlatform("tvos")>]
static member LargestWindowHeight : int
[<System.Runtime.Versioning.UnsupportedOSPlatform("browser")>]
static member LargestWindowHeight : int
static member LargestWindowHeight : int
Public Shared ReadOnly Property LargestWindowHeight As Integer
속성 값
행 단위로 측정된 가능한 가장 큰 콘솔 창의 높이입니다.
- 특성