Bullet Attribute | Internet Development Index |
Determines whether a shape is a graphical bullet. Read/write VgTriState.
Applies To
Tag Syntax
<v:element o:bullet="expression">
Remarks
The default is False. If True, the shape is a graphical bullet.
Microsoft Office Extensions Attribute
Example
The shape is a bullet.
<v:rect id=myrect fillcolor="red" o:bullet="True" style="position:relative;top:1;left:1;width:20;height:20"> </v:rect>