Property Dx
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Dx
The amount to offset the input graphic along the x-axis. The offset amount is expressed in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.
public ISvgAnimatedNumber Dx { get; }
Property Value
- ISvgAnimatedNumber
dx = "number"
Remarks
Corresponds to attribute 'dx' on the given 'feOffset' element.