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


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

    Property Value

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