SpotLight.OuterConeColor Property

Definition

The color of the spotlight's outer cone. Animatable.

public:
 property Color OuterConeColor { Color get(); void set(Color value); };
Color OuterConeColor();

void OuterConeColor(Color value);
public Color OuterConeColor { get; set; }
var color = spotLight.outerConeColor;
spotLight.outerConeColor = color;
Public Property OuterConeColor As Color

Property Value

The color of the spotlight's outer cone.

Applies to