StartArrow Property

The StartArrow property returns or sets the starting line end style. Returns a Long.

Syntax

object.StartArrow

object.StartArrow = StartArrow

 

Parameter Type Description
StartArrow Long required, grfArrowStyle

 

Example 1

The following example shows how to change the arrow head at the start of a polyline.

Polyline.StartArrow = grfASSimple

Example 2

The following example shows how to return the start arrow head style.

Debug.Print Polyline.startArrow

 

Used by: AutoAxis object, AutoFitPlot object, AutoFunctionPlot object, AutoLine object, AutoLinePlot object, AutoPolarFunction object, AutoPolyline object