Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.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
    'Declaration
     
    
    Public Enum ArrowheadLength 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ArrowheadLength
    public enum ArrowheadLength : System.Enum 
    Members
    MemberDescription
    LongLong
    MediumMedium
    ShortShort
    Inheritance Hierarchy

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

    See Also