Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel.Drawing Namespace / ArrowheadWidth Enumeration
In This Topic
    ArrowheadWidth Enumeration
    In This Topic
    Specifies the width of the arrowhead at the end of a line.
    Syntax
    public enum ArrowheadWidth : System.Enum 
    Members
    MemberDescription
    Medium Specifies a medium arrow.
    Narrow Specifies a narrow arrow.
    Wide Specifies a wide arrow.
    Inheritance Hierarchy

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

    See Also