SpotLight.InnerConeColor Property

Definition

Color of the spotlight's inner cone. Animatable.

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

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

Property Value

Color of the spotlight's inner cone.

Applies to