Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / ArrowheadStyle Enumeration


In This Topic
    ArrowheadStyle Enumeration
    In This Topic
    Represents the shape decoration that appears at the ends of lines.
    Syntax
    'Declaration
     
    
    Public Enum ArrowheadStyle 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ArrowheadStyle
    public enum ArrowheadStyle : System.Enum 
    Members
    MemberDescription
    ArrowThe line arrow head.
    DiamondThe diamond.
    NoneNo line end.
    OvalThe oval.
    StealthThe stealth arrow head.
    TriangleThe triangle arrow head.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Drawing.ArrowheadStyle

    See Also