LineDisplayProperties.Rows Property
2/27/2008
Holds the number of rows for this window.
Namespace: Microsoft.PointOfService.BaseServiceObjects
Assembly: Microsoft.PointOfService.ControlBase (in microsoft.pointofservice.controlbase.dll)
Syntax
'Declaration
Public ReadOnly Property Rows As Integer
public int Rows { get; }
public:
property int Rows {
int get ();
}
/** @property */
public int get_Rows ()
public function get Rows () : int
Remarks
For window 0, Rows is the same as the value of the DeviceRows property. For other windows, it can be less or greater than DeviceRows.
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
LineDisplayProperties Class
LineDisplayProperties Members
Microsoft.PointOfService.BaseServiceObjects Namespace
LineDisplayBase.Rows Property