Share via


DisplayScreenMode.Rows Property

2/27/2008

Gets the number of rows supported for this screen mode.

Namespace: Microsoft.PointOfService
Assembly: Microsoft.PointOfService (in microsoft.pointofservice.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

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

DisplayScreenMode Class
DisplayScreenMode Members
Microsoft.PointOfService Namespace