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

  Switch on low bandwidth view
Offset Attribute

Defines how far the shadow extends past the shape. Read/write. VgVector2D.

Applies To

Shadow

Tag Syntax

<v:element offset="expression">

Script Syntax

element.offset="expression"

expression=element.offset

Remarks

The default offset for the x value is 2pt and the default for the y value is 2pt. Values are either an absolute measurement, or a fractional value of shape. If fractional, they range from 50% to -50%.

VML Standard Attribute

Example

The shape has a shadow with an offset of 5 points down and 10 points to the right.

   <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" offset="10pt,5pt"/>
   </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