Table of Contents

Property X

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

X

X location for the light source in the coordinate system established by attribute 'primitiveUnits' on the 'filter' element.

public ISvgAnimatedNumber X { get; }

Property Value

ISvgAnimatedNumber

x = "number"

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

Remarks

Corresponds to attribute 'x' on the given 'fePointLight' element.