SpotLight.OuterConeColor Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.