Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ArrowheadLength Enumeration
In This Topic
    ArrowheadLength Enumeration
    In This Topic
    Specifies the length of the arrowhead at the end of a line.
    Syntax
    public enum ArrowheadLength : System.Enum 
    Members
    MemberDescription
    Long Specifies a long arrow.
    Medium Specifies a medium arrow.
    Short Specifies a short arrow.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Documents.Excel.Drawing.ArrowheadLength

    See Also