CrossSize Property

The CrossSize property returns or sets the size of the graticule crosses. Returns a double.

Syntax

object. CrossSize

object. CrossSize = CrossSize

Parameter

Type

Description

CrossSize

Double

required; size of the graticule crosses in page units

Remarks

The Style must be set to srfGraticuleStyleCrosses for the CrossSize property to have a visible effect.

Example 1

This example demonstrates how to return the graticule cross size.

Debug .Print Graticule.CrossSize

Example 2

This example demonstrates how to set the graticule cross size to 0.15 inches.

Graticule.CrossSize = 0.15

Used by: Graticule Object