|
Switches the orientation of a shape. Read/write String. Applies To Tag Syntax <v:element style="flip: expression"> Script Syntax element.style.flip="expression" expression=element.style.flip Remarks Values include:
VML Standard Attribute See Also Example The shape is flipped along the y-axis by reversing the x-coordinates. <v:rect id=myrect fillcolor="red" style="position:relative;top:1;left:1;width:20;height:20;flip:x"> </v:rect> |