Spread WinForms 15
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

Property Value

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