ArrowScale Property
ArrowScale returns or sets the arrow scale factor for the polyline end styles. Returns a double.
Syntax
object.ArrowScale
object. ArrowScale = Scale
Parameter |
Type |
Description |
Scale |
Double |
required |
Example 1
This example demonstrates how to return the arrowhead scale.
Debug .Print Polyline.ArrowScale
Example 2
This example demonstrates how to double the scale of the arrowhead.
Polyline.ArrowScale = 2
Used by: Polyline object