Enum
BorderType

Specifies the type of a border.

Definition

Namespace:Telerik.Reporting.Drawing

Assembly:Telerik.Reporting.dll

Syntax:

cs-api-definition
public enum BorderType

Fields

Dashed

A dashed line.

Declaration

cs-api-definition
Dashed = 4

Field Value

BorderType

Dotted

A dotted line.

Declaration

cs-api-definition
Dotted = 3

Field Value

BorderType

Double

A double solid line.

Declaration

cs-api-definition
Double = 5

Field Value

BorderType

Groove

A grooved line for a sunken border appearance.

Declaration

cs-api-definition
Groove = 6

Field Value

BorderType

Inset

An inset line for a sunken item appearance.

Declaration

cs-api-definition
Inset = 8

Field Value

BorderType

None

No line.

Declaration

cs-api-definition
None = 1

Field Value

BorderType

Outset

An outset line for a raised item appearance.

Declaration

cs-api-definition
Outset = 9

Field Value

BorderType

Ridge

A ridged line for a raised border appearance.

Declaration

cs-api-definition
Ridge = 7

Field Value

BorderType

Solid

A solid line.

Declaration

cs-api-definition
Solid = 2

Field Value

BorderType