Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / ILineFormat Interface / BeginArrowheadLength Property


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

    Property Value

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