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