|
ScreenAreaMaximumWidth Property
|
Gets the width 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 MaximumWidth { get; }
Public Shared ReadOnly Property MaximumWidth As Integer
Get
public:
static property int MaximumWidth {
int get ();
}
static member MaximumWidth : int with get
GSF.Windows.Forms.ScreenArea.get_MaximumWidth = function();
View SourceReturn Value
Int32The width of the screen with the highest resolution.
See Also