Console.LargestWindowHeight Property   
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the largest possible number of console window rows, based on the current font and screen resolution.
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 : intstatic member LargestWindowHeight : intPublic Shared ReadOnly Property LargestWindowHeight As IntegerProperty Value
The height of the largest possible console window measured in rows.
- Attributes