GraphicsOverlayShape.IconReferencePoint Property

Top 

Description

Determines which point on the image will be located at the specified vertices when the shape Type is 'Icons'.

 

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:

"Center" ( Center )

Valid Values:

Value

Label

"Center"

Center

"Upper Left"

Upper Left

"Lower Left"

Lower Left

"Upper Right"

Upper Right

"Lower Right"

Lower Right

 

Syntax

myString1 = myGraphicsOverlayShape1.IconReferencePoint;

 

myGraphicsOverlayShape1.IconReferencePoint = myString1;

 

See also

GraphicsOverlayShape Object

Graphics Overlays Guide