HttpBrowserCapabilitiesBase.ScreenPixelsHeight Property

 

When overridden in a derived class, gets the approximate height of the display, in pixels.

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

abstract ScreenPixelsHeight : int with get
override ScreenPixelsHeight : int with get

Property Value

Type: System.Int32

The approximate height of the display, in pixels.

Exception Condition
NotImplementedException

Always.

.NET Framework
Available since 3.5
Return to top
Show: