MinorStartArrow Property [AutoAxisTickMarks]

The MinorStartArrow property is used to set the axis tick marks arrow properties. Returns a Long.

Syntax

object.MinorStartArrow

object.MinorStartArrow = MinorStartArrow

 

Parameter Type Description
MinorStartArrow Long required, grfArrowStyle

 

Example 1

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

Polyline.minorStartArrow = grfASFilled

Example 2

The following example shows how to return the end arrow head.

Debug.Print Polyline.minorStartArrow

 

Used by: AutoAxisTickMarks object