The TickShowLab property returns if the map collar tick mark labels are displayed. Returns a Boolean. This is a read-only property.
Syntax
object.TickShowLab( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return if the inner tick mark labels are displayed, false (default) to return if the outer tick mark labels are displayed |
Minor |
Boolean |
optional; true to return if the minor tick mark labels are displayed, false (default) to return if the major tick mark labels are displayed |
Remarks
The map collar tick mark attributes are set with the SetTicks method.
Example
'TickShowLab
'Return the state of the outer tick mark labels visibility
Debug.Print Collar.TickShowLab
Used by: Collar object