Table of Contents

Property Dy

Namespace
SharpVectors.Dom.Svg
Assembly
SharpVectors.Model.dll

Dy

The amount to offset the input graphic along the y-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.

public ISvgAnimatedNumber Dy { get; }

Property Value

ISvgAnimatedNumber

dy = "number"

If the attribute is not specified, then the effect is as if a value of 0 were specified.

Remarks

Corresponds to attribute 'dy' on the given 'feOffset' element.