BorderStyles Enum

Definition

Specifies the style of a Border.

public enum class BorderStyles
public enum BorderStyles
type BorderStyles = 
Public Enum BorderStyles
Inheritance
BorderStyles

Fields

DashDot 6

Specifies the DashDot style border.

DashDotDot 7

Specifies the DashDotDot style border.

Dashed 3

Specifies the Dashed style border.

Default 0

Specifies the Default style border.

Dotted 2

Specifies the Dotted style border.

Double 5

Specifies the Double style border.

None 1

Specifies the No style border.

Solid 4

Specifies the Solid style border.

Applies to