Objective Grid for Microsoft® .NET® Reference Guide

BorderDashStyle Enumeration

Back to Class Index

This enumeration lists the types of borders that can be used with OGPen, and consequently, as cell border styles.

[Visual Basic]
Public Enum BorderDashStyle
[C#]
public enum BorderDashStyle

Members

Member NameDescription
NoneNo border
SolidSolid border
DashDashed border
DotDotted border
DashDotDash and dot border
DashDotDotDash and double dot border

Requirements

Namespace: Stingray.Grid

Assemblies: Stingray.GridControl80 (in Stingray.GridControl80.dll)
                     Stingray.GridControl90 (in Stingray.GridControl90.dll)
                     Stingray.GridControl10 (in Stingray.GridControl10.dll)

See Also

Stingray.Grid Namespace