HttpBrowserCapabilitiesWrapper::ScreenCharactersHeight Property

 

Gets the approximate height of the display, in character lines.

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

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

Property Value

Type: System::Int32

The approximate height of the display, in character lines. The default is 6.

.NET Framework
Available since 3.5
Return to top
Show: