The ClassFont property returns the flow map font for the specified class. Returns a FontFormat object. This is a read-only property.
Syntax
object.ClassFont(ClassIndex)
Parameter |
Type |
Description |
ClassIndex |
Integer |
required; class number |
Example
'ClassFont
'Change the labels of the first class flow line to be red
Flowmap.ClassFont(1).foreColor = mvColorRed
Used by: FlowMap object