The MaxWidth property returns or sets the flow map maximum line width. Returns a double.
Syntax
object.MaxWidth
object.MaxWidth = MaxWidth
Parameter |
Type |
Description |
MaxWidth |
Double |
required; in page units |
Example 1
This example returns the maximum line width.
Debug.Print FlowMap.MaxWidth
Example 2
This example sets the maximum line width to 0.14.
FlowMap.MaxWidth = 0.14
Used by: FlowMap object