DisplayLeadToLabel Property

 

The DisplayLeadToLabel property returns or sets the flow map Display leader to label option. Returns a Boolean.

 

Syntax

object.DisplayLeadToLabel

object.DisplayLeadToLabel = DisplayLabel

 

Parameter

Type

Description

DisplayLeadToLabel

Boolean

required; true to display lead lines

 

Example

    'DisplayLeadToLabel

    'Show a leader line to the flow labels

    FlowMap.DisplayLeadToLabel = True

 

Used by: FlowMap object