|
ScreenAreaMaximumHeight Property
|
Gets the height of the screen with the highest resolution.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static int MaximumHeight { get; }
Public Shared ReadOnly Property MaximumHeight As Integer
Get
public:
static property int MaximumHeight {
int get ();
}
static member MaximumHeight : int with get
GSF.Windows.Forms.ScreenArea.get_MaximumHeight = function();
View SourceReturn Value
Int32The height of the screen with the highest resolution.
See Also