Color2 Attribute

Internet Development Index

Defines the second color of a shadow. Read/write VgColor.

Applies To

Shadow

Tag Syntax

<v:element color2="expression">

Script Syntax

element.color2="expression"

expression=element.color2

Remarks

Use a second color to create special shadow effects. See the Type attribute for more information about second colors.

VML Standard Attribute

Example

The shadow has blue for a second color.

   <v:shape id="rect01"
   coordorigin="0 0" coordsize="200 200"
   strokecolor="red" fillcolor="red"
   style="top:20;left:20;width:30;height:30"
   path="m 1,1 l 1,200, 200,200, 200,1 x e">
   <v:shadow on="True" color="green" color2="blue"/>
   </v:shape>