The SameLabOrient property returns if the map collar horizontal and vertical labels are oriented in the same direction.
Syntax
object.SameLabOrient( Inner, Minor )
Parameter |
Type |
Description |
Inner |
Boolean |
optional; true to return if the inner tick mark labels are oriented in the same direction, false (default) to return if the outer tick mark labels are oriented in the same direction |
Minor |
Boolean |
optional; true to return if the minor tick mark labels are oriented in the same direction, false (default) to return if the major tick mark label are oriented in the same direction |
Remarks
The map collar tick mark label orientation is set with the SetTicks method.
Example
'SameLabOrient (read-only)
'Return the state of the label orientation
Debug.Print Collar.SameLabOrient
Used by: Collar object