Share via


LineDisplay.DeviceColumns Property

2/27/2008

Gets the number of columns on this device.

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

Syntax

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

Remarks

DeviceColumns is set by the service object, based on the capabilities of the device, then updated 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
DeviceRows