Returns the number of columns (Characters per row).
Namespace:
PhidgetsAssembly: Phidget21.NET (in Phidget21.NET.dll) Version: 2.1.9.34
Syntax
C# |
---|
public int MaximumLength { get; } |
Visual Basic (Declaration) |
---|
Public ReadOnly Property MaximumLength As Integer |
Visual C++ |
---|
public: property int MaximumLength { int get (); } |
Remarks
This returns the maximum number of columns supported by the device, not neccessarily the number of columns actually available with your coniguration.
Exceptions
Exception | Condition |
---|---|
Phidgets..::.PhidgetException | If this Phidget is not opened and attached. |