ActiveReports Developer 7
ObjectDirection Enumeration
See Also 
GrapeCity.ActiveReports.Export.Excel.v7 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : ObjectDirection Enumeration

Glossary Item Box

Defines the direction in which a line should render.

Syntax

Visual Basic (Declaration) 
Public Enum ObjectDirection 
   Inherits System.Enum
C# 
public enum ObjectDirection : System.Enum 

Members

MemberDescription
LowerLeftToUpperRightRenders the starting arrowhead at the lower left end of the line, and the ending arrowhead at the upper right end of the line.
LowerRightToUpperLeftRenders the starting arrowhead at the lower right end of the line, and the ending arrowhead at the upper left end of the line.
UpperLeftToLowerRightRenders the starting arrowhead at the upper left end of the line, and the ending arrowhead at the lower right end of the line.
UpperRightToLowerLeftRenders the starting arrowhead at the upper left end of the line, and the ending arrowhead at the lower right end of the line.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.SpreadBuilder.Imaging.ObjectDirection

See Also