LineStyle Enumeration

Specifies the bottom, left, right, and top line styles in the BottomLineStyle, LeftLineStyle, RightLineStyle, and TopLineStyle properties of the Border class and the DrawingObject class, including all classes derived from DrawingObject.

Namespace CrystalDecisions.Shared Assembly CrystalDecisions.Shared (CrystalDecisions.Shared.dll)

Syntax

'Declaration
<SerializableAttribute> _
Public NotInheritable Enumeration LineStyle
    Inherits Enum
    Implements IComparable, IFormattable, IConvertible
[SerializableAttribute]
public sealed enumeration LineStyle : Enum, IComparable, IFormattable, IConvertible

Members

Member Description
BlankLine Line is invisible.
DashLine Line is dashed.
DotLine Line is dotted.
DoubleLine Line is doubled.
NoLine No line type specified.
SingleLine Line is single.

Inheritance Hierarchy

Object
   ValueType
      Enum
         LineStyle

Version Information

Crystal Reports Basic for Visual Studio 2008

Supported since: Crystal Reports for Visual Studio .NET 2002

See Also

Reference

CrystalDecisions.Shared Namespace