Line Property

 

The Line property returns a LineFormat object. This is a read-only property.

 

Syntax

object.Line

 

Example 1

This example demonstrates how to return the line color of a flow map.

 

Debug.Print Curve.FlowMap.Color

 

Example 2

This example demonstrates how to change the line color of an ellipse to blue.

 

Ellipse.Line.Color = mvColorBlue

 

Used by: Area object, BarMap object, CartogramMap object, Curve object, Ellipse object, FlowMap object, PieMap object, Rectangle object, ScaleBar object