SpotLight.OuterConeAngleInDegrees 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 semi-vertical angle, in degrees, of the SpotLight's outer cone. Animatable.
public:
property float OuterConeAngleInDegrees { float get(); void set(float value); };
float OuterConeAngleInDegrees();
void OuterConeAngleInDegrees(float value);
public float OuterConeAngleInDegrees { get; set; }
var single = spotLight.outerConeAngleInDegrees;
spotLight.outerConeAngleInDegrees = single;
Public Property OuterConeAngleInDegrees As Single
Property Value
Single
float
The semi-vertical angle, in degrees, of the SpotLight's outer cone.
Remarks
Light emitted from a spotlight is made up of a bright inner cone and a larger outer cone, with the light intensity diminishing between the two.