LineSymbol

Base Type: Symbol

Derived Types: SimpleLineSymbol

An abstract class that provides the common methods and properties common to derived types which are used to draw Polyline objects.

Property

Type

Description

Color

Color

The color object (CmykColor, GrayColor, HlsColor, HsvColor, RgbColor) that determines the color of the line.

Width

double

The width of the line in points (1/72 inch).

Remarks

The Width property sets the overall width of a line and its units are in points (about 1/7 of an inch).

2/28/2020