Property Azimuth
- Namespace
- SharpVectors.Dom.Svg
- Assembly
- SharpVectors.Model.dll
Azimuth
Direction angle for the light source on the XY plane (clockwise), in degrees from the x axis.
public ISvgAnimatedNumber Azimuth { get; }
Property Value
- ISvgAnimatedNumber
Corresponds to attribute 'azimuth' on the given 'feDistantLight' element.
azimuth = "number"
If the attribute is not specified, then the effect is as if a value of0
were specified.