|
Specifies the height of the shape. Read/write String. Applies To Tag Syntax <v:element style="height: expression"> Script Syntax element.style.height="expression" expression=element.style.height Remarks The Height attribute is similar to the standard HTML Height 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 height of the shape is set to 30. <v:rect id=myrect fillcolor="red" style="position:relative;top:1;left:1;width:20;height:30"> </v:rect> |