|
ScreenAreaTotalWidth Property
|
Gets the total width 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 TotalWidth { get; }
Public Shared ReadOnly Property TotalWidth As Integer
Get
public:
static property int TotalWidth {
int get ();
}
static member TotalWidth : int with get
GSF.Windows.Forms.ScreenArea.get_TotalWidth = function();
View SourceReturn Value
Int32The total width of all the screens relative to their arrangement.
See Also