Gets or sets the screen size

Namespace:  Phidgets
Assembly:  Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34

Syntax

C#
public TextLCD..::.ScreenSizes ScreenSize { get; set; }
Visual Basic (Declaration)
Public Property ScreenSize As TextLCD..::.ScreenSizes
Visual C++
public:
property TextLCD..::.ScreenSizes ScreenSize {
	TextLCD..::.ScreenSizes get ();
	void set (TextLCD..::.ScreenSizes value);
}

Remarks

Only settable for the TextLCD Adapter.

Exceptions

ExceptionCondition
Phidgets..::.PhidgetExceptionIf this Phidget is not opened and attached, or the contrast value is out of range.

See Also