SpotLight.InnerConeColor 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.
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.