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


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

    Property Value

    The width of the arrowhead.
    See Also