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


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

    Property Value

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