Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Drawing Namespace / CustomLineEnd Structure / Type Property


In This Topic
    Type Property (CustomLineEnd)
    In This Topic
    Gets the line end decoration of the specified line, such as a triangle or arrowhead.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Type As ArrowheadStyle
    'Usage
     
    
    Dim instance As CustomLineEnd
    Dim value As ArrowheadStyle
     
    value = instance.Type
    public ArrowheadStyle Type {get;}
    See Also