azimuth property

Gets the direction angle for the light source on the xy plane (clockwise).

This property is read-only.

 

Syntax

HRESULT get_azimuth(
  [out] SVGAnimatedNumber **<number>
);

Property values

Type: SVGAnimatedNumber

The direction angle for the light source on the xy plane (clockwise), in degrees from the x-axis.

Value Condition
number

A number that represents the direction angle for the light source in degrees.

 

String format

<number>

Standards information

Remarks

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