The TickLine property returns or sets the map collar tick mark LineFormat Object.
Syntax
object.TickLine( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return the inner tick mark LineFormat object, false (default) to return the outer tick mark LineFormat object |
Minor |
Boolean |
optional; true to return the minor tick mark LineFormat object, false (default) to return the major tick mark LineFormat object |
Example
'TickLine
'Change the outer tick line to green
Collar.TickLine(Inner:=False).color = mvColorGrassGreen
Used by: Collar object