BorderType
Enum
Specifies the type of a border.
Definition
Namespace:Telerik.Reporting.Drawing
Assembly:Telerik.Reporting.dll
Syntax:
C#
public enum BorderType
Fields
A dashed line.
C#
Dashed = 4
A dotted line.
C#
Dotted = 3
A double solid line.
C#
Double = 5
A grooved line for a sunken border appearance.
C#
Groove = 6
An inset line for a sunken item appearance.
C#
Inset = 8
No line.
C#
None = 1
An outset line for a raised item appearance.
C#
Outset = 9
A ridged line for a raised border appearance.
C#
Ridge = 7
A solid line.
C#
Solid = 2