ActiveReports 14 .NET Edition
GrapeCity.ActiveReports.Export.Excel Assembly / GrapeCity.SpreadBuilder.Imaging Namespace / ObjectDirection Enumeration

In This Topic
    ObjectDirection Enumeration
    In This Topic
    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