The Shadow type exposes the following members.

Properties

  Name Description
Public property Angle
Gets or sets the angle, in degrees, of the shadow. The angle is measured relative to the three o'clock position clockwise.
Public property AngleExpr
Gets or sets the expression used to calculate Angle.
Public property Color
Gets or sets the color of the shadow.
Public property ColorExpr
Gets or sets the expression used to calculate Color.
Public property Distance
Gets or sets the distance that the shadow's center is offset from the the object's center. Note that only absolute Unit values (such as "0.5in" or "4mm") can be assigned to this property.
Public property DistanceExpr
Gets or sets the expression used to calculate Distance.
Public property Size
Gets or sets the size of the shadow relative to the size of the object, in percent. A value of 100 indicates that the shadow has the same size as the object.
Public property SizeExpr
Gets or sets the expression used to calculate Size.
Public property Transparency
Gets or sets the transparency of the shadow, in percent. A value of 0 defines a solid (non-transparent) shadow, a value of 100 defines a fully transparent (invisible) shadow.
Public property TransparencyExpr
Gets or sets the expression used to calculate Transparency.

See Also