Gets or sets angle that specifies light direction in degrees, clockwise. Angle of 0.0 corresponds to 'North'
direction in the image plane.
Syntax
public double DirectionAngle {get; set;}
public: __property double get_DirectionAngle();
public: __property void set_DirectionAngle(
double value
);
'Declaration
Public Property DirectionAngle As Double
'Usage
Dim instance As ImGearSpotlight
Dim value As Double
instance.DirectionAngle = value
value = instance.DirectionAngle
Property Value
Double value.
See Also