Description
The type of shape to draw.
Timing Precision Mode
This page describes functionality in nanosecond timing precision mode.
Attributes
Type:
|
string
|
Access:
|
read/write
|
Default Value:
|
"Text" ( Text )
|
Valid Values:
|
Value
|
Label
|
"Ellipse"
|
Ellipse
|
"Image"
|
Image
|
"Lines"
|
Lines
|
"Points"
|
Points
|
"Rectangle"
|
Rectangle
|
"Text"
|
Text
|
"Triangles"
|
Triangles
|
|
Syntax
myString1 = myWindowOverlayShape1.Type;
myWindowOverlayShape1.Type = myString1;
|
See also
WindowOverlayShape Object
|