HttpBrowserCapabilitiesWrapper::ScreenCharactersWidth Property

 

Gets the approximate width of the display, in characters.

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

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

Property Value

Type: System::Int32

The approximate width of the display, in characters. The default is 12.

.NET Framework
Available since 3.5
Return to top
Show: