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