Share via


LineDisplay.DeviceRows Property (POS for .NET v1.12 SDK Documentation)

2/27/2008

Gets the number of rows on this device.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.dll)

Syntax

'Declaration
Public MustOverride ReadOnly Property DeviceRows As Integer
public abstract int DeviceRows { get; }
public:
virtual property int DeviceRows {
    int get () abstract;
}
/** @property */
public abstract int get_DeviceRows ()
public abstract function get DeviceRows () : int

Remarks

DeviceRows is typically initialized to 0 (zero). The service object updates the DeviceRows property when the ScreenMode property is changed.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread-safe. Any instance members are not guaranteed to be thread-safe.

See Also

Reference

LineDisplay Class
LineDisplay Members
Microsoft.PointOfService Namespace
LineDisplay.DeviceColumns Property