Share via


DisplayScreenMode.Columns Property

2/27/2008

Gets the number of columns supported for this screen mode.

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

Syntax

'Declaration
Public ReadOnly Property Columns As Integer
public int Columns { get; }
public:
property int Columns {
    int get ();
}
/** @property */
public int get_Columns ()
public function get Columns () : 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