HttpBrowserCapabilitiesWrapper::ScreenPixelsWidth Property

 

Gets the approximate width of the display, in pixels.

Namespace:   System.Web
Assembly:  System.Web (in System.Web.dll)

public:
property int ScreenPixelsWidth {
	virtual int get() override;
}

Property Value

Type: System::Int32

The approximate width of the display, in pixels. The default is 96.

.NET Framework
Available since 3.5
Return to top
Show: