GraphicsOverlayShape.TickType Property

Top 

Description

Specifies which tick mark type to draw at each vertex of the shape. Tick marks will be drawn for 'Lines', 'Annotations', 'Points', and 'Icons' shape types only.

 

Timing Precision Mode

This page describes functionality in millisecond timing precision mode.

Click here to see the documentation for this object in nanosecond timing precision mode.

 

Attributes

Type:

string

Access:

read/write

Default Value:

"None" ( None )

Valid Values:

Value

Label

"None"

None

"Plus"

Plus

"Cross"

Cross

"Circle"

Circle

"Solid Circle"

Solid Circle

"Square"

Square

"Solid Square"

Solid Square

"Diamond"

Diamond

"Solid Diamond"

Solid Diamond

"Up Triangle"

Up Triangle

"Solid Up Triangle"

Solid Up Triangle

"Down Triangle"

Down Triangle

"Solid Down Triangle"

Solid Down Triangle

 

Syntax

myString1 = myGraphicsOverlayShape1.TickType;

 

myGraphicsOverlayShape1.TickType = myString1;

 

See also

GraphicsOverlayShape Object

Graphics Overlays Guide