Property Elevation
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Elevation
Direction angle for the light source from the XY plane towards the z axis, in degrees. Note the positive Z-axis points towards the viewer of the content.
public ISvgAnimatedNumber Elevation { get; }
Property Value
- ISvgAnimatedNumber
Corresponds to attribute 'elevation' on the given 'feDistantLight' element.
elevation = "number"
If the attribute is not specified, then the effect is as if a value of0
were specified.