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


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

    Property Value

    The width of the arrowhead.
    See Also