BorderType Enumeration (POS for .NET v1.12 SDK Documentation)

2/27/2008

Enumerates the possible types of borders to display.

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

Syntax

'Declaration
Public Enumeration BorderType
public enum BorderType
public enum class BorderType
public enum BorderType
public enum BorderType

Members

Member name Description
Double A double line border.
Single A single line border.
Solid A solid block border.

Remarks

Used by the DrawBox method. Replaces the ROD_BDR_SINGLE, ROD_BDR_DOUBLE, and ROD_BDR_SOLID constants from UPOS.

See Also

Reference

Microsoft.PointOfService Namespace
DrawBox