ActiveReports 12
ObjectDirection Enumeration

GrapeCity.ActiveReports.Export.Excel.v12 Assembly > GrapeCity.SpreadBuilder.Imaging Namespace : ObjectDirection Enumeration
Defines the direction in which a line should render.
Syntax
'Declaration
 
Public Enum ObjectDirection 
   Inherits System.Enum
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

Reference

GrapeCity.SpreadBuilder.Imaging Namespace