IVZMapChartArrowStyle.PointerWidth

Fore syntax

PointerWidth: Double;

Fore.NET syntax

PointerWidth: double;

Description

The PointerWidth property determines map arrow head width.

Comments

If the IVZMapChartArrowStyle.IsRelativeWidth property is set to True, values of the IVZMapChartArrowStyle.PointerLength property are set in relative coordinates - [0;1]. If the value is False, property values are set in pixels [0; 100].

To determine map arrow head length, use IVZMapChartArrowStyle.PointerLength.

Fore and Fore.NET examples

The property use is given in the example for IVZMapChartArrows.Add.

See also:

IVZMapChartArrowStyle