The TickLabFont property returns or sets the map collar tick mark label FontFormat object.
Syntax
object.TickLabFont( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return the inner tick mark label FontFormat object, false (default) to return the outer tick mark label FontFormat object |
Minor |
Boolean |
optional; true to return the minor tick mark label FontFormat object, false (default) to return the major tick mark label FontFormat object |
Remarks
The map collar tick mark labels are displayed with the SetTicks method.
Example
'TickLabFont
'Change the outer tick labels to be red
Collar.TickLabFont(Inner:=False).foreColor = mvColorRed
Used by: Collar object