|
ScreenAreaTotalHeight Property
|
Gets the total height of all the screens relative to their arrangement.
Namespace: GSF.Windows.FormsAssembly: GSF.Windows (in GSF.Windows.dll) Version: 2.4.207-beta
Syntax public static int TotalHeight { get; }
Public Shared ReadOnly Property TotalHeight As Integer
Get
public:
static property int TotalHeight {
int get ();
}
static member TotalHeight : int with get
GSF.Windows.Forms.ScreenArea.get_TotalHeight = function();
View SourceReturn Value
Int32The total height of all the screens relative to their arrangement.
See Also