|
Defines the width of the shape. Read/write String. Applies To Tag Syntax <v:element style="width: expression"> Script Syntax element.style.width="expression" expression=element.style.width Remarks The Width attribute is similar to the standard HTML Width attribute for styles. Units may be mapped to the parent element or may be in absolute units. Values include:
VML Standard Attribute See Also Example The width of the shape is 25. <v:rect id=myrect fillcolor="red" style="position:relative;top:1;left:1;width:25;height:20"> </v:rect> |