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