|
Determines whether a shape is displayed. Read/write String. Applies To Tag Syntax <v:element style="visibility:expression"> Script Syntax element.style.visibility="expression" expression=element.style.visibility Remarks The Visibility attribute is similar to the standard HTML Visibility attribute for styles. Values include:
VML Standard Attribute Example The following code creates a shape but makes it hidden. Other objects in the document will flow around it, leaving a space the same size as the shape. <v:rect id=myrect fillcolor="red" style="position:relative;top:1;left:1;width:20;height:20;visibility:hidden"> </v:rect> |