BorderType Enumeration

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

Usage

'Usage
Dim borderType1 As BorderType = BorderType.Double

Syntax

'Declaration
Public Enum 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

Indicates the type of border to display.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, Windows Longhorn, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.PointOfService Namespace
DrawBox