OnEd Attribute | Internet Development Index |
Determines whether the extra handles of a shape are hidden. Read/write VgTriState.
Applies To
Tag Syntax
<v:element o:oned="expression">
Remarks
Hides all shape handles except the top left and bottom right; that is, the same handles that are used for a straight line segment. The default is False.
Microsoft Office Extensions Attribute
Example
All but the top left and bottom right handles of the shape are hidden.
<v:shape id="rect01" OnEd="True" fillcolor="red" strokecolor="red" coordorigin="-500 -500" coordsize="1000 1000" style="position:relative;top:0;left:0;width:100pt;height:100pt;mso-wrap-distance-top:10pt" path="m 5,5 l 5,195, 195,195, 195,5 x e"> </v:shape>