|
ScreenAreaBottomMostBound Property
|
Gets the greatest "y" coordinate of all screens on the system
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static int BottomMostBound { get; }
Public Shared ReadOnly Property BottomMostBound As Integer
Get
public:
static property int BottomMostBound {
int get ();
}
static member BottomMostBound : int with get
GSF.Windows.Forms.ScreenArea.get_BottomMostBound = function();
View SourceReturn Value
Int32The largest visible "y" screen coordinate
See Also