|
Determines whether the stroke will be displayed. Read/write VgTriState. Applies To Tag Syntax <v:element on="expression"> Script Syntax element.on="expression" expression=element.on Remarks If False, the stroke is not displayed. The default is True. VML Standard Attribute Example The stroke will not be displayed. <v:shape id="rect01" strokecolor="red" fillcolor="blue" style="top:20;left:20;width:30;height:30" path="m 1,1 l 1,200, 200,200, 200,1 x e"> <v:stroke on="False"/> </v:shape> |