| Visual Basic (Declaration) | |
|---|---|
Public Enum BorderLineStyle Inherits System.Enum  | |
| C# | |
|---|---|
public enum BorderLineStyle : System.Enum  | |
| Member | Description | 
|---|---|
| DashDot | Renders a line of alternating dashes and dots. | 
| DashDotDot | Renders a line of alternating dashes and pairs of dots. | 
| Dashed | Renders a dashed line. | 
| Dotted | Renders a dotted line. | 
| Double | Renders two parallel lines. | 
| Hair | Renders a very thin line. | 
| Medium | Renders a medium-weight line. | 
| MediumDashDot | Renders a medium-weight line of alternating dashes and dots. | 
| MediumDashDotDot | Renders a medium-weight line of alternating dashes and pairs of dots. | 
| MediumDashed | Renders a medium-weight dashed line. | 
| None | Renders no line. | 
| SlantedDashDot | Renders a line of slanted alternating dashes and dots. | 
| Thick | Renders a thick line. | 
| Thin | Renders a thin line. | 
System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Style.BorderLineStyle