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