LabAngle Property

 

The LabAngle property returns the map collar tick mark label angles in degrees. Returns an integer. This is a read-only property.

 

Syntax

object.LabAngle( Inner, Minor )

 

Parameter

Type

Description

Inner

Boolean

optional; true to return the inner tick mark label angle, false (default) to return the outer tick mark label angle

Minor

Boolean

optional; true to return the minor tick mark label angle, false (default) to return the major tick mark label angle

 

Remarks

The map collar tick mark labels are set with the SetTicks method.

 

Example

    'LabAngle (read-only)

    'Return the value of the outer tick mark label angle

    Debug.Print Collar.LabAngle(Inner:=False)

 

Used by: Collar object