Click to Rate and Give Feedback
MSDN
MSDN Library
Web Development
HTML and CSS
Web Multimedia
VML Reference
Shadow Element
 Color2 Attribute (Shadow)(VML)

  Switch on low bandwidth view
Color2 Attribute

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>
Tags What's this?: Add a tag
Community Content   What is Community Content?
Add new content RSS  Annotations
Processing
© 2009 Microsoft Corporation. All rights reserved. Terms of Use  |  Trademarks  |  Privacy Statement
Page view tracker