GraphicsOverlay.ShapeTickType Property

Top 

Description

Specifies which tick mark type to draw at each vertex of the active shape, determined by CurrentShapeIndex. 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 = myGraphicsOverlay1.ShapeTickType;

 

myGraphicsOverlay1.ShapeTickType = myString1;

 

See also

GraphicsOverlay Object

Graphics Overlays Guide