Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / EndArrowheadStyle Property


In This Topic
    EndArrowheadStyle Property
    In This Topic
    Gets or sets the style of the arrowhead at the end of the specified line.
    Syntax
    'Declaration
     
    
    Property EndArrowheadStyle As ArrowheadStyle
    'Usage
     
    
    Dim instance As ILineFormat
    Dim value As ArrowheadStyle
     
    instance.EndArrowheadStyle = value
     
    value = instance.EndArrowheadStyle
    ArrowheadStyle EndArrowheadStyle {get; set;}

    Property Value

    The style of the arrowhead at the end of the specified line.
    See Also